svn commit: r351184 - head/net/pwhois

Ryan Steinmetz zi at FreeBSD.org
Sun Apr 13 05:16:05 UTC 2014


Author: zi
Date: Sun Apr 13 05:16:04 2014
New Revision: 351184
URL: http://svnweb.freebsd.org/changeset/ports/351184
QAT: https://qat.redports.org/buildarchive/r351184/

Log:
  - Don't force use of gcc

Modified:
  head/net/pwhois/Makefile

Modified: head/net/pwhois/Makefile
==============================================================================
--- head/net/pwhois/Makefile	Sun Apr 13 04:58:35 2014	(r351183)
+++ head/net/pwhois/Makefile	Sun Apr 13 05:16:04 2014	(r351184)
@@ -32,7 +32,9 @@ SUB_LIST=	TOUCH="${TOUCH}" RM="${RM}" CH
 		USER="${USERS}" GROUP="${GROUPS}" INSTALL="${INSTALL}"
 
 post-patch:
-	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+		-e 's|CC = gcc |CC = ${CC}|g' \
+		${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|/etc/pwhois/|${ETCDIR}/|g' \
 	    	-e 's|/var/pwhois/|/var/db/pwhois/|g' \
 	    	-e 's|/var/log/|/var/log/pwhois/|g' \


More information about the svn-ports-all mailing list