svn commit: r381522 - head/sysutils/pidof

Antoine Brodin antoine at FreeBSD.org
Tue Mar 17 22:01:04 UTC 2015


Author: antoine
Date: Tue Mar 17 22:01:03 2015
New Revision: 381522
URL: https://svnweb.freebsd.org/changeset/ports/381522
QAT: https://qat.redports.org/buildarchive/r381522/

Log:
  Fix build on head

Modified:
  head/sysutils/pidof/Makefile

Modified: head/sysutils/pidof/Makefile
==============================================================================
--- head/sysutils/pidof/Makefile	Tue Mar 17 21:59:32 2015	(r381521)
+++ head/sysutils/pidof/Makefile	Tue Mar 17 22:01:03 2015	(r381522)
@@ -15,7 +15,7 @@ CONFLICTS=	psmisc-1*
 PLIST_FILES=	bin/pidof
 
 post-patch:
-	@${REINPLACE_CMD} 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} 's/NOMAN/NO_MAN/ ; /LINKS/d' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pidof ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list