svn commit: r343105 - head/textproc/libtre

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 15:06:59 UTC 2014


Author: miwi
Date: Thu Feb  6 15:06:58 2014
New Revision: 343105
URL: http://svnweb.freebsd.org/changeset/ports/343105
QAT: https://qat.redports.org/buildarchive/r343105/

Log:
  - Stage support

Modified:
  head/textproc/libtre/Makefile
  head/textproc/libtre/pkg-plist

Modified: head/textproc/libtre/Makefile
==============================================================================
--- head/textproc/libtre/Makefile	Thu Feb  6 15:00:25 2014	(r343104)
+++ head/textproc/libtre/Makefile	Thu Feb  6 15:06:58 2014	(r343105)
@@ -26,9 +26,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	NLS OPTIMIZED_CFLAGS PGO DOCS
 
-MAN1=	tre_agrep.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -66,12 +63,10 @@ pre-build: pgo
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in tre-api.html tre-syntax.html
-	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 regression-test: build
 	@(cd ${BUILD_WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} check )

Modified: head/textproc/libtre/pkg-plist
==============================================================================
--- head/textproc/libtre/pkg-plist	Thu Feb  6 15:00:25 2014	(r343104)
+++ head/textproc/libtre/pkg-plist	Thu Feb  6 15:06:58 2014	(r343105)
@@ -7,6 +7,7 @@ lib/libtre.la
 lib/libtre.so
 lib/libtre.so.5
 libdata/pkgconfig/tre.pc
+man/man1/tre_agrep.1.gz
 %%NLS%%share/locale/fi/LC_MESSAGES/tre.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/tre.mo
 %%PORTDOCS%%%%DOCSDIR%%/tre-api.html


More information about the svn-ports-all mailing list