svn commit: r343596 - head/devel/autotools

Martin Wilke miwi at FreeBSD.org
Mon Feb 10 07:45:13 UTC 2014


Author: miwi
Date: Mon Feb 10 07:45:12 2014
New Revision: 343596
URL: http://svnweb.freebsd.org/changeset/ports/343596
QAT: https://qat.redports.org/buildarchive/r343596/

Log:
  - Stage support

Modified:
  head/devel/autotools/Makefile

Modified: head/devel/autotools/Makefile
==============================================================================
--- head/devel/autotools/Makefile	Mon Feb 10 07:41:32 2014	(r343595)
+++ head/devel/autotools/Makefile	Mon Feb 10 07:45:12 2014	(r343596)
@@ -23,8 +23,7 @@ PLIST_FILES=	share/${PORTNAME}
 NO_BUILD=	yes
 NO_FETCH=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES}
+	@${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list