aboutsummaryrefslogtreecommitdiff
path: root/comms/acfax
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 09:46:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 09:46:57 +0000
commit49f6ad42485a74b0b8f020e986e68919b9fb3b00 (patch)
treebab5c3aae2ff7eeaf2b1788cb32b0b569d0d658c /comms/acfax
parent06844e2afbdf9cca45fb01768da94846673ec3e2 (diff)
downloadports-49f6ad42485a74b0b8f020e986e68919b9fb3b00.tar.gz
ports-49f6ad42485a74b0b8f020e986e68919b9fb3b00.zip
Support stage
Notes
Notes: svn path=/head/; revision=350588
Diffstat (limited to 'comms/acfax')
-rw-r--r--comms/acfax/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile
index f6813d0e2e32..b229039a2445 100644
--- a/comms/acfax/Makefile
+++ b/comms/acfax/Makefile
@@ -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>