diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 14:15:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 14:15:30 +0000 |
commit | 8317682c26d998c2655e715a17af5b0c01607706 (patch) | |
tree | 991de4d82d6b57010aefc942c6b63cdf89c9a6cd /sysutils/pidof | |
parent | f23c968b4f75930ff4e13e093379e6063d2ff1be (diff) |
Notes
Diffstat (limited to 'sysutils/pidof')
-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 |