svn commit: r337883 - head/ports-mgmt/psearch

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 28 17:38:34 UTC 2013


Author: bapt
Date: Sat Dec 28 17:38:33 2013
New Revision: 337883
URL: http://svnweb.freebsd.org/changeset/ports/337883

Log:
  Support stage

Modified:
  head/ports-mgmt/psearch/Makefile

Modified: head/ports-mgmt/psearch/Makefile
==============================================================================
--- head/ports-mgmt/psearch/Makefile	Sat Dec 28 17:13:30 2013	(r337882)
+++ head/ports-mgmt/psearch/Makefile	Sat Dec 28 17:38:33 2013	(r337883)
@@ -7,14 +7,13 @@ CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://www.maxlor.com/files/
 
 MAINTAINER=	mail at maxlor.com
-COMMENT=	An utility for searching the FreeBSD Ports Collection
+COMMENT=	Utility for searching the FreeBSD Ports Collection
 
-MAN1=		psearch.1
-PLIST_FILES=	bin/psearch
+PLIST_FILES=	bin/psearch \
+		man/man1/psearch.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list