svn commit: r349546 - head/graphics/gnofract4d

Antoine Brodin antoine at FreeBSD.org
Sat Mar 29 15:39:58 UTC 2014


Author: antoine
Date: Sat Mar 29 15:39:57 2014
New Revision: 349546
URL: http://svnweb.freebsd.org/changeset/ports/349546
QAT: https://qat.redports.org/buildarchive/r349546/

Log:
  Do not create a corrupted package
  
  With hat:	portmgr

Modified:
  head/graphics/gnofract4d/Makefile

Modified: head/graphics/gnofract4d/Makefile
==============================================================================
--- head/graphics/gnofract4d/Makefile	Sat Mar 29 15:36:20 2014	(r349545)
+++ head/graphics/gnofract4d/Makefile	Sat Mar 29 15:39:57 2014	(r349546)
@@ -34,7 +34,7 @@ OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD}  -e 's|/usr/include/|${LOCALBASE}/include/|; \
-		/# doc files/,+2d' \
+		/# doc files/,+2d; /"html"/,+1d' \
 		${WRKSRC}/setup.py
 	@${REINPLACE_CMD}  -e 's|"CC"|"${CC}"|; s|"gcc"|"${CC}"|' \
 		${WRKSRC}/setup.py \


More information about the svn-ports-head mailing list