diff options
author | danfe <danfe@FreeBSD.org> | 2009-03-30 19:03:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-03-30 19:03:30 +0800 |
commit | dd3446739b7232c0d426060581324bd917ef7af0 (patch) | |
tree | cf8e3ba6d591cc76649623b4bc3b3774e543f47e /archivers | |
parent | a0f926d637b1afa10124b4cd4956562a201f2a4c (diff) | |
download | freebsd-ports-gnome-dd3446739b7232c0d426060581324bd917ef7af0.tar.gz freebsd-ports-gnome-dd3446739b7232c0d426060581324bd917ef7af0.tar.zst freebsd-ports-gnome-dd3446739b7232c0d426060581324bd917ef7af0.zip |
Sanitize knobs order and decapitalize "YES" string.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile index e472e69fa473..88b260ef1315 100644 --- a/archivers/bicom/Makefile +++ b/archivers/bicom/Makefile @@ -17,12 +17,12 @@ COMMENT= Data compressor in the PPM family RESTRICTED= Contact author personally regarding commercial use +USE_ZIP= yes NO_WRKSUBDIR= yes MAKEFILE= ${FILESDIR}/Makefile -MAKE_JOBS_SAFE= YES +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/bicom -USE_ZIP= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin |