Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 15:54:02 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346038 - head/textproc/libflate
Message-ID:  <201402251554.s1PFs26x084258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251554.s1PFs26x084258>