diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-18 06:01:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-18 06:01:03 +0800 |
commit | 13a41eff433e41d8c3e23a2e7e609c9f5696cfdf (patch) | |
tree | 1709034b9a5baac03d2b22c09c0600fb4575087e | |
parent | 639fd0f969a2512d8c9483af32073fc3b987f7b5 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |