mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00: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,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>
|
||||
|
@ -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
|
||||
|
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…
Reference in New Issue
Block a user