aboutsummaryrefslogtreecommitdiffstats
path: root/comms/acfax
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-08 17:46:57 +0800
committerbapt <bapt@FreeBSD.org>2014-04-08 17:46:57 +0800
commit557b871eabb4b87054a317c47effa78fa3c61b7e (patch)
treebab5c3aae2ff7eeaf2b1788cb32b0b569d0d658c /comms/acfax
parent5eae12cbe6bc58d655de1df0c42417e8e0ba3c5a (diff)
downloadfreebsd-ports-gnome-557b871eabb4b87054a317c47effa78fa3c61b7e.tar.gz
freebsd-ports-gnome-557b871eabb4b87054a317c47effa78fa3c61b7e.tar.zst
freebsd-ports-gnome-557b871eabb4b87054a317c47effa78fa3c61b7e.zip
Support stage
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>