Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 22:01:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381522 - head/sysutils/pidof
Message-ID:  <201503172201.t2HM14ak040723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503172201.t2HM14ak040723>