diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-09 16:26:39 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-09 16:26:39 +0800 |
commit | 7cca7928153cda6ccd47e3b26dfb185ba80a167a (patch) | |
tree | 0275a3d31e95c294115ab3fb8bb78665f91b0a83 /textproc/antiword | |
parent | 65719d6d41decca5ef7c858ceafae3a78f86feee (diff) | |
download | freebsd-ports-gnome-7cca7928153cda6ccd47e3b26dfb185ba80a167a.tar.gz freebsd-ports-gnome-7cca7928153cda6ccd47e3b26dfb185ba80a167a.tar.zst freebsd-ports-gnome-7cca7928153cda6ccd47e3b26dfb185ba80a167a.zip |
- Drop @dirrm* from plist
- Pet portlint (fix statement order)
Approved by: portmgr blanket
Diffstat (limited to 'textproc/antiword')
-rw-r--r-- | textproc/antiword/Makefile | 5 | ||||
-rw-r--r-- | textproc/antiword/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index bf0f9e2d3768..be1fe0c1140e 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -10,9 +10,8 @@ MASTER_SITES= http://www.winfield.demon.nl/linux/ MAINTAINER= leeym@FreeBSD.org COMMENT= Application for displaying Microsoft(R) Word documents -OPTIONS_DEFINE= DEBUG - LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/Docs/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts @@ -26,6 +25,8 @@ INSTALL_TARGET= global_install PORTDOCS= COPYING ChangeLog Emacs Exmh FAQ History Mozilla Mutt Netscape \ QandA ReadMe antiword.1 antiword.man antiword.php testdoc.doc +OPTIONS_DEFINE= DEBUG + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} diff --git a/textproc/antiword/pkg-plist b/textproc/antiword/pkg-plist index 9a76ffd8942a..8a894b82a7c1 100644 --- a/textproc/antiword/pkg-plist +++ b/textproc/antiword/pkg-plist @@ -32,4 +32,3 @@ man/man1/antiword.1.gz %%DATADIR%%/koi8-r.txt %%DATADIR%%/koi8-u.txt %%DATADIR%%/roman.txt -@dirrmtry %%DATADIR%% |