aboutsummaryrefslogtreecommitdiffstats
path: root/misc/diction/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/diction/Makefile')
-rw-r--r--misc/diction/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/diction/Makefile b/misc/diction/Makefile
index 4ad7a58ee72b..5c2a97009705 100644
--- a/misc/diction/Makefile
+++ b/misc/diction/Makefile
@@ -10,13 +10,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mva@FreeBSD.org
COMMENT= GNU diction and style
-GNU_CONFIGURE= yes
+LICENSE= GPLv3
-PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
- share/diction/en share/diction/en_GB share/diction/nl
-PLIST_DIRS= share/diction
+GNU_CONFIGURE= yes
-MAN1= diction.1 style.1
+PLIST_FILES= bin/diction bin/style ${DATADIR}/C ${DATADIR}/de \
+ ${DATADIR}/en ${DATADIR}/en_GB ${DATADIR}/nl \
+ man/man1/diction.1.gz man/man1/style.1.gz
+PLIST_DIRS= ${DATADIR}
-NO_STAGE= yes
.include <bsd.port.mk>