svn commit: r350588 - head/comms/acfax
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 8 09:46:58 UTC 2014
Author: bapt
Date: Tue Apr 8 09:46:57 2014
New Revision: 350588
URL: http://svnweb.freebsd.org/changeset/ports/350588
QAT: https://qat.redports.org/buildarchive/r350588/
Log:
Support stage
Modified:
head/comms/acfax/Makefile
Modified: head/comms/acfax/Makefile
==============================================================================
--- head/comms/acfax/Makefile Tue Apr 8 09:45:48 2014 (r350587)
+++ head/comms/acfax/Makefile Tue Apr 8 09:46:57 2014 (r350588)
@@ -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>
More information about the svn-ports-all
mailing list