diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 17:39:50 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 17:39:50 +0000 |
commit | 53b206124f3982e6a95244f93296ed9643f22ecd (patch) | |
tree | 774ba93955d893eb17741dd710d71ec60b9698d2 | |
parent | dbb0cd4b68ac40a95011cf80f810284517e7c3c1 (diff) | |
download | freebsd-ports-53b206124f3982e6a95244f93296ed9643f22ecd.zip |
Unquote NO_PACKAGE and RESTRICTED (the quoting was pleasing an
obsolete version of portlint).
Reported by: kris
-rw-r--r-- | games/linux-enemyterritory-fortress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-enemyterritory-fortress/Makefile b/games/linux-enemyterritory-fortress/Makefile index 879defb3f6fc..9d067e8ca795 100644 --- a/games/linux-enemyterritory-fortress/Makefile +++ b/games/linux-enemyterritory-fortress/Makefile @@ -21,8 +21,8 @@ RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_X_PREFIX= yes -NO_PACKAGE= "Distfile is 263MB, set FORCE_PACKAGE if you really want to build this package" -RESTRICTED= "Redistribution is limited, see license" +NO_PACKAGE= Distfile is 263MB, set FORCE_PACKAGE if you really want to build this package +RESTRICTED= Redistribution is limited, see license NO_WRKSUBDIR= yes ETDIR= ${PREFIX}/lib/enemyterritory PORTDOCS= * |