svn commit: r344682 - head/devel/libassetml

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 06:59:16 UTC 2014


Author: miwi
Date: Mon Feb 17 06:59:15 2014
New Revision: 344682
URL: http://svnweb.freebsd.org/changeset/ports/344682
QAT: https://qat.redports.org/buildarchive/r344682/

Log:
  - Stage support

Modified:
  head/devel/libassetml/Makefile

Modified: head/devel/libassetml/Makefile
==============================================================================
--- head/devel/libassetml/Makefile	Mon Feb 17 06:58:44 2014	(r344681)
+++ head/devel/libassetml/Makefile	Mon Feb 17 06:59:15 2014	(r344682)
@@ -23,8 +23,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 INFO=	libassetml
 
-NO_STAGE=	yes
 post-install:
-	@${MKDIR} ${PREFIX}/share/assetml
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/assetml
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list