svn commit: r366098 - head/textproc/duncan

Antoine Brodin antoine at FreeBSD.org
Mon Aug 25 17:06:13 UTC 2014


Author: antoine
Date: Mon Aug 25 17:06:13 2014
New Revision: 366098
URL: http://svnweb.freebsd.org/changeset/ports/366098
QAT: https://qat.redports.org/buildarchive/r366098/

Log:
  Allow staging as a regular user

Modified:
  head/textproc/duncan/Makefile

Modified: head/textproc/duncan/Makefile
==============================================================================
--- head/textproc/duncan/Makefile	Mon Aug 25 16:57:27 2014	(r366097)
+++ head/textproc/duncan/Makefile	Mon Aug 25 17:06:13 2014	(r366098)
@@ -21,4 +21,8 @@ USE_GNUSTEP_INSTALL=	yes
 
 WRKSRC=		${WRKDIR}/Duncan
 
+post-patch:
+	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+		${WRKSRC}/GNUmakefile
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list