svn commit: r341569 - head/sysutils/pidof

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 28 14:10:32 UTC 2014


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 at FreeBSD.org>
+# Created by: Roman Bogorodskiy <novel at 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 at 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>


More information about the svn-ports-all mailing list