Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-08 09:46:57 +00:00
parent 06844e2afb
commit 49f6ad4248
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350588

View File

@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake
USE_XORG= x11 xext xmu xt sm ice
NO_STAGE= yes
post-extract:
@${TOUCH} ${WRKSRC}/acfax.man
@ -32,6 +31,6 @@ post-patch:
s|-lm|-lm -lgnuregex|' ${WRKSRC}/Imakefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/acfax ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/acfax ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>