diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-07 00:07:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-07 00:07:47 +0000 |
commit | 72dc15db459316d96fa41ca4e96866c4263b68f9 (patch) | |
tree | 33213fbd97d1a79e0fa2c5c2fdf7d8e3c880fd4e /textproc | |
parent | 885c532f8e1e6fbaded27bb53c8a9bbadd07286e (diff) | |
download | ports-72dc15db459316d96fa41ca4e96866c4263b68f9.tar.gz ports-72dc15db459316d96fa41ca4e96866c4263b68f9.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aft/Makefile | 4 | ||||
-rw-r--r-- | textproc/qprint/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile index f530bcb89ffb..fef80ae0fa0f 100644 --- a/textproc/aft/Makefile +++ b/textproc/aft/Makefile @@ -11,10 +11,10 @@ MAINTAINER= culot@FreeBSD.org COMMENT= Document preparation system using an Almost Free Text input format LICENSE= CART -LICENSE_GROUPS= FSF OSI +LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= Clarified Artistic License LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LICENSE_PERMS= auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= perl5 gmake GNU_CONFIGURE= yes diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile index fa919b2af8c9..85065e12e771 100644 --- a/textproc/qprint/Makefile +++ b/textproc/qprint/Makefile @@ -11,7 +11,7 @@ COMMENT= Encode and decode Quoted-Printable files LICENSE= public LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes |