aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pidof
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-17 22:01:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-17 22:01:03 +0000
commitfc6f57637f2cd45869a2ab491ffd67282404f5ff (patch)
tree1709034b9a5baac03d2b22c09c0600fb4575087e /sysutils/pidof
parent5624ea0188b323cf8e7177727a7c56756fc4ebc9 (diff)
downloadports-fc6f57637f2cd45869a2ab491ffd67282404f5ff.tar.gz
ports-fc6f57637f2cd45869a2ab491ffd67282404f5ff.zip
Fix build on head
Notes
Notes: svn path=/head/; revision=381522
Diffstat (limited to 'sysutils/pidof')
-rw-r--r--sysutils/pidof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pidof/Makefile b/sysutils/pidof/Makefile
index 97622aed8331..87166307ecd0 100644
--- a/sysutils/pidof/Makefile
+++ b/sysutils/pidof/Makefile
@@ -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