diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:15:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:15:32 +0000 |
commit | 7c01d45474e71828450a6a83d3c1e6e5bee11e74 (patch) | |
tree | 5dab684a3287cec5f61bc05049d18c3528b6e168 /x11-fonts/webfonts | |
parent | 9a52b33d9b1c807bf1ce812f9435e54306349aa6 (diff) | |
download | ports-7c01d45474e71828450a6a83d3c1e6e5bee11e74.tar.gz ports-7c01d45474e71828450a6a83d3c1e6e5bee11e74.zip |
Notes
Diffstat (limited to 'x11-fonts/webfonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 4ffe2a2e97d3..d6cada700d5e 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -36,8 +36,7 @@ EXTRACT_DEPENDS=cabextract:${PORTSDIR}/archivers/cabextract USE_X_PREFIX= yes NO_BUILD= yes -NO_CDROM= "Restrictive license - cannot sell for profit" -NO_PACKAGE= "Restrictive license - cannot distribute in modified form" +RESTRICTED= "Restrictive license - cannot sell for profit or distribute in modified form" EXTRACT_CMD= ${LOCALBASE}/bin/cabextract EXTRACT_BEFORE_ARGS= -qLF '*.ttf' -d ${WRKSRC} |