diff --git a/misc/diction/Makefile b/misc/diction/Makefile index 625c5d198ccf..ee376d2d214e 100644 --- a/misc/diction/Makefile +++ b/misc/diction/Makefile @@ -3,19 +3,19 @@ PORTNAME= diction PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diction and style -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -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 +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include diff --git a/misc/diction/pkg-descr b/misc/diction/pkg-descr index 1afd2e576081..3f382f9d7c70 100644 --- a/misc/diction/pkg-descr +++ b/misc/diction/pkg-descr @@ -6,8 +6,4 @@ readability measures. Both commands support English and German documents. -GNU style and diction are written by Michael Haardt - -http://www.moria.de/~michael/ - WWW: http://www.gnu.org/software/diction/diction.html diff --git a/misc/diction/pkg-plist b/misc/diction/pkg-plist new file mode 100644 index 000000000000..d90692a9d9ca --- /dev/null +++ b/misc/diction/pkg-plist @@ -0,0 +1,9 @@ +bin/diction +bin/style +man/man1/diction.1.gz +man/man1/style.1.gz +%%DATADIR%%/C +%%DATADIR%%/de +%%DATADIR%%/en +%%DATADIR%%/en_GB +%%DATADIR%%/nl