Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 14:10:31 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341569 - head/sysutils/pidof
Message-ID:  <201401281410.s0SEAVem003548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Jan 28 14:10:31 2014
New Revision: 341569
URL: http://svnweb.freebsd.org/changeset/ports/341569
QAT: https://qat.redports.org/buildarchive/r341569/

Log:
  Stagify, fix a typo in Makefile header, contract MASTER_SITES, drop article
  from COMMENT.
  
  NB: maybe we should deprecate it: pgrep(1) is in the base since FreeBSD 5.3.

Modified:
  head/sysutils/pidof/Makefile

Modified: head/sysutils/pidof/Makefile
==============================================================================
--- head/sysutils/pidof/Makefile	Tue Jan 28 14:08:16 2014	(r341568)
+++ head/sysutils/pidof/Makefile	Tue Jan 28 14:10:31 2014	(r341569)
@@ -1,25 +1,23 @@
-# Created by: oman Bogorodskiy <novel@FreeBSD.org>
+# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	pidof
 PORTVERSION=	20050501
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	novel
+MASTER_SITES=	LOCAL/novel
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	novel@FreeBSD.org
-COMMENT=	A tool which prints PID of given process name
+COMMENT=	Tool which prints PID of given process name
 
 CONFLICTS=	psmisc-1*
 
 PLIST_FILES=	bin/pidof
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} 's/NOMAN/NO_MAN/g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pidof ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/pidof ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281410.s0SEAVem003548>