diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-03 22:15:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-03 22:15:30 +0800 |
commit | eff7ba20bff8bea9828ecf7fb04c6f5157489044 (patch) | |
tree | 991de4d82d6b57010aefc942c6b63cdf89c9a6cd /sysutils | |
parent | cf8e59e4fcb09c60cd56bd5c08f48d48ebc340ea (diff) | |
download | freebsd-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/Makefile | 9 |
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 |