diff options
-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%% |