Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 15:54:02 +00:00
parent 01a258883d
commit 024a4ae96d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346038

View File

@ -9,16 +9,12 @@ MASTER_SITES= http://flate.dead-inside.org/
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>