aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-01-18 19:06:36 +0800
committermva <mva@FreeBSD.org>2014-01-18 19:06:36 +0800
commitb1e94fae8f776ed45a200ef8a345308ddf390b7c (patch)
treee8314ebd900e5f9c6329fdd308ace3d433f45fea /misc
parent583cb3fc2bca2218aea32cf432c6563426145578 (diff)
downloadfreebsd-ports-gnome-b1e94fae8f776ed45a200ef8a345308ddf390b7c.tar.gz
freebsd-ports-gnome-b1e94fae8f776ed45a200ef8a345308ddf390b7c.tar.zst
freebsd-ports-gnome-b1e94fae8f776ed45a200ef8a345308ddf390b7c.zip
- Enable stagedir support
- Add LICENSE - Fix DATADIR support
Diffstat (limited to 'misc')
-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>