svn commit: r346038 - head/textproc/libflate

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 15:54:03 UTC 2014


Author: ehaupt
Date: Tue Feb 25 15:54:02 2014
New Revision: 346038
URL: http://svnweb.freebsd.org/changeset/ports/346038
QAT: https://qat.redports.org/buildarchive/r346038/

Log:
  Support staging

Modified:
  head/textproc/libflate/Makefile

Modified: head/textproc/libflate/Makefile
==============================================================================
--- head/textproc/libflate/Makefile	Tue Feb 25 15:51:09 2014	(r346037)
+++ head/textproc/libflate/Makefile	Tue Feb 25 15:54:02 2014	(r346038)
@@ -9,16 +9,12 @@ MASTER_SITES=	http://flate.dead-inside.o
 MAINTAINER=	vg at FreeBSD.org
 COMMENT=	Template library used to deal with html code in CGI applications
 
-PLIST_FILES=	lib/${PORTNAME}.a \
-		bin/checktpl
+PLIST_FILES=	lib/${PORTNAME}.a bin/checktpl
 
 MAKE_ARGS+=	CC=${CC}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/checktpl ${PREFIX}/bin/
-	@${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.a ${PREFIX}/lib/
+	${INSTALL_PROGRAM} ${WRKSRC}/checktpl ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.a ${STAGEDIR}${PREFIX}/lib
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list