aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 22:15:30 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 22:15:30 +0800
commiteff7ba20bff8bea9828ecf7fb04c6f5157489044 (patch)
tree991de4d82d6b57010aefc942c6b63cdf89c9a6cd /sysutils
parentcf8e59e4fcb09c60cd56bd5c08f48d48ebc340ea (diff)
downloadfreebsd-ports-gnome-eff7ba20bff8bea9828ecf7fb04c6f5157489044.tar.gz
freebsd-ports-gnome-eff7ba20bff8bea9828ecf7fb04c6f5157489044.tar.zst
freebsd-ports-gnome-eff7ba20bff8bea9828ecf7fb04c6f5157489044.zip
Fix build on current
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pidof/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/pidof/Makefile b/sysutils/pidof/Makefile
index 0f7f8ef49140..e1d7d4fbcf47 100644
--- a/sysutils/pidof/Makefile
+++ b/sysutils/pidof/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pidof
-# Date created: 2005-05-01
-# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
-#
+# Created by: oman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pidof
PORTVERSION= 20050501
@@ -19,6 +15,9 @@ CONFLICTS= psmisc-1*
PLIST_FILES= bin/pidof
+post-patch:
+ @${REINPLACE_CMD} 's/NOMAN/NO_MAN/g' ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pidof ${PREFIX}/bin