diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-27 20:44:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-27 20:44:49 +0800 |
commit | 345f5f41aee01dc1d56f2155872dc657d18ea808 (patch) | |
tree | ad0dbb876dc47f0719f24926aea0101fd533d70e /misc | |
parent | 8a54aa5248c5c880b7d5b0a315bd76607973d782 (diff) | |
download | freebsd-ports-gnome-345f5f41aee01dc1d56f2155872dc657d18ea808.tar.gz freebsd-ports-gnome-345f5f41aee01dc1d56f2155872dc657d18ea808.tar.zst freebsd-ports-gnome-345f5f41aee01dc1d56f2155872dc657d18ea808.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Strip binary
- Cleanup pkg-descr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/diction/Makefile | 10 | ||||
-rw-r--r-- | misc/diction/pkg-descr | 4 | ||||
-rw-r--r-- | misc/diction/pkg-plist | 9 |
3 files changed, 14 insertions, 9 deletions
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 <bsd.port.mk> 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 |