svn commit: r385865 - head/textproc/antiword
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 9 08:26:40 UTC 2015
Author: amdmi3
Date: Sat May 9 08:26:39 2015
New Revision: 385865
URL: https://svnweb.freebsd.org/changeset/ports/385865
Log:
- Drop @dirrm* from plist
- Pet portlint (fix statement order)
Approved by: portmgr blanket
Modified:
head/textproc/antiword/Makefile
head/textproc/antiword/pkg-plist
Modified: head/textproc/antiword/Makefile
==============================================================================
--- head/textproc/antiword/Makefile Sat May 9 08:20:44 2015 (r385864)
+++ head/textproc/antiword/Makefile Sat May 9 08:26:39 2015 (r385865)
@@ -10,9 +10,8 @@ MASTER_SITES= http://www.winfield.demon.
MAINTAINER= leeym at 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}
Modified: head/textproc/antiword/pkg-plist
==============================================================================
--- head/textproc/antiword/pkg-plist Sat May 9 08:20:44 2015 (r385864)
+++ head/textproc/antiword/pkg-plist Sat May 9 08:26:39 2015 (r385865)
@@ -32,4 +32,3 @@ man/man1/antiword.1.gz
%%DATADIR%%/koi8-r.txt
%%DATADIR%%/koi8-u.txt
%%DATADIR%%/roman.txt
- at dirrmtry %%DATADIR%%
More information about the svn-ports-head
mailing list