Date: Fri, 3 May 2013 14:15:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317211 - head/sysutils/pidof Message-ID: <201305031415.r43EFUcC090150@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 3 14:15:30 2013 New Revision: 317211 URL: http://svnweb.freebsd.org/changeset/ports/317211 Log: Fix build on current Modified: head/sysutils/pidof/Makefile Modified: head/sysutils/pidof/Makefile ============================================================================== --- head/sysutils/pidof/Makefile Fri May 3 14:00:05 2013 (r317210) +++ head/sysutils/pidof/Makefile Fri May 3 14:15:30 2013 (r317211) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305031415.r43EFUcC090150>