mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Sanitize knobs order and decapitalize "YES" string.
This commit is contained in:
parent
c7461e5281
commit
811bcc5506
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231299
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue