mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Strip binary - Cleanup pkg-descr
This commit is contained in:
parent
4d00923749
commit
c8bcc72772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434927
3 changed files with 14 additions and 9 deletions
|
@ -3,19 +3,19 @@
|
||||||
|
|
||||||
PORTNAME= diction
|
PORTNAME= diction
|
||||||
PORTVERSION= 1.11
|
PORTVERSION= 1.11
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= GNU diction and style
|
COMMENT= GNU diction and style
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3+
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/diction bin/style ${DATADIR}/C ${DATADIR}/de \
|
post-install:
|
||||||
${DATADIR}/en ${DATADIR}/en_GB ${DATADIR}/nl \
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||||
man/man1/diction.1.gz man/man1/style.1.gz
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -6,8 +6,4 @@ readability measures.
|
||||||
|
|
||||||
Both commands support English and German documents.
|
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
|
WWW: http://www.gnu.org/software/diction/diction.html
|
||||||
|
|
9
misc/diction/pkg-plist
Normal file
9
misc/diction/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue