aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-03-18 06:01:03 +0800
committerantoine <antoine@FreeBSD.org>2015-03-18 06:01:03 +0800
commit13a41eff433e41d8c3e23a2e7e609c9f5696cfdf (patch)
tree1709034b9a5baac03d2b22c09c0600fb4575087e
parent639fd0f969a2512d8c9483af32073fc3b987f7b5 (diff)
downloadfreebsd-ports-graphics-13a41eff433e41d8c3e23a2e7e609c9f5696cfdf.tar.gz
freebsd-ports-graphics-13a41eff433e41d8c3e23a2e7e609c9f5696cfdf.tar.zst
freebsd-ports-graphics-13a41eff433e41d8c3e23a2e7e609c9f5696cfdf.zip
Fix build on head
-rw-r--r--sysutils/pidof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pidof/Makefile b/sysutils/pidof/Makefile
index 97622aed833..87166307ecd 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