svn commit: r346100 - head/textproc/unrtf

Martin Wilke miwi at FreeBSD.org
Wed Feb 26 05:15:11 UTC 2014


Author: miwi
Date: Wed Feb 26 05:15:10 2014
New Revision: 346100
URL: http://svnweb.freebsd.org/changeset/ports/346100
QAT: https://qat.redports.org/buildarchive/r346100/

Log:
  - Stage support

Modified:
  head/textproc/unrtf/Makefile

Modified: head/textproc/unrtf/Makefile
==============================================================================
--- head/textproc/unrtf/Makefile	Wed Feb 26 04:57:04 2014	(r346099)
+++ head/textproc/unrtf/Makefile	Wed Feb 26 05:15:10 2014	(r346100)
@@ -15,7 +15,6 @@ USES=		gmake iconv
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/share
 
-MAN1=		unrtf.1
 PLIST_FILES=	bin/unrtf \
 		%%DATADIR%%/SYMBOL.charmap \
 		%%DATADIR%%/html.conf \
@@ -23,13 +22,13 @@ PLIST_FILES=	bin/unrtf \
 		%%DATADIR%%/rtf.conf \
 		%%DATADIR%%/text.conf \
 		%%DATADIR%%/troff_mm.conf \
-		%%DATADIR%%/vt.conf
+		%%DATADIR%%/vt.conf \
+		man/man1/unrtf.1.gz
 PLIST_DIRS=	%%DATADIR%%
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
-NO_STAGE=	yes
 post-patch:
 	@${FIND} -X ${WRKSRC} -type f -and -name "*.[1h]" | ${XARGS} \
 		${REINPLACE_CMD} -e \


More information about the svn-ports-head mailing list