diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-08 09:46:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-08 09:46:57 +0000 |
commit | 49f6ad42485a74b0b8f020e986e68919b9fb3b00 (patch) | |
tree | bab5c3aae2ff7eeaf2b1788cb32b0b569d0d658c /comms | |
parent | 06844e2afbdf9cca45fb01768da94846673ec3e2 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/acfax/Makefile | 3 |
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> |