svn commit: r341392 - head/devel/autobook
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jan 27 12:56:31 UTC 2014
Author: bapt
Date: Mon Jan 27 12:56:30 2014
New Revision: 341392
URL: http://svnweb.freebsd.org/changeset/ports/341392
QAT: https://qat.redports.org/buildarchive/r341392/
Log:
Support stage
Modified:
head/devel/autobook/Makefile
Modified: head/devel/autobook/Makefile
==============================================================================
--- head/devel/autobook/Makefile Mon Jan 27 12:55:07 2014 (r341391)
+++ head/devel/autobook/Makefile Mon Jan 27 12:56:30 2014 (r341392)
@@ -11,9 +11,8 @@ COMMENT= GNU autoconf, automake, and lib
NO_BUILD= yes # it's only text!
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/share/doc/autobook
- ${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/autobook
+ ${CP} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/doc/autobook
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list