diff options
author | danfe <danfe@FreeBSD.org> | 2006-09-07 12:21:43 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-09-07 12:21:43 +0000 |
commit | da18169298174dc3a9b2daee0c21e4e1889f282e (patch) | |
tree | 5fc3b0b599d92351b0bb4835c9706ed4e2952304 /archivers | |
parent | 09cc423c7ae069df7059c59d188aaef6ac477ee2 (diff) | |
download | FreeBSD-ports-da18169298174dc3a9b2daee0c21e4e1889f282e.zip FreeBSD-ports-da18169298174dc3a9b2daee0c21e4e1889f282e.tar.gz |
Unquote RESTRICTED per portlint(1).
PR: ports/101772
Submitted by: gabor
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bicom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index 89ebabe..4b25883 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}101 MAINTAINER= danfe@FreeBSD.org COMMENT= Data compressor in the PPM family -RESTRICTED= "Contact author personally regarding commercial use" +RESTRICTED= Contact author personally regarding commercial use NO_WRKSUBDIR= yes MAKEFILE= ${FILESDIR}/Makefile |