svn commit: r357593 - head/misc/diary-hercules

Pawel Pekala pawel at FreeBSD.org
Thu Jun 12 12:56:59 UTC 2014


Author: pawel
Date: Thu Jun 12 12:56:59 2014
New Revision: 357593
URL: http://svnweb.freebsd.org/changeset/ports/357593
QAT: https://qat.redports.org/buildarchive/r357593/

Log:
  Add staging support

Modified:
  head/misc/diary-hercules/Makefile

Modified: head/misc/diary-hercules/Makefile
==============================================================================
--- head/misc/diary-hercules/Makefile	Thu Jun 12 12:48:11 2014	(r357592)
+++ head/misc/diary-hercules/Makefile	Thu Jun 12 12:56:59 2014	(r357593)
@@ -24,11 +24,10 @@ USE_WX=		2.6+
 WX_UNICODE=	yes
 WX_COMPS=	python
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
 		${WRKSRC}/Hercules/globals.py
 post-install:
-	@${CHMOD} +r ${PREFIX}/share/${PORTNAME}/xrc/*.xrc
+	@${CHMOD} +r ${STAGEDIR}${PREFIX}/share/${PORTNAME}/xrc/*.xrc
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list