1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-28 17:38:33 +00:00
parent a6f78be762
commit 6ddd05ded5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337883

View File

@ -7,14 +7,13 @@ CATEGORIES= ports-mgmt
MASTER_SITES= http://www.maxlor.com/files/ MASTER_SITES= http://www.maxlor.com/files/
MAINTAINER= mail@maxlor.com MAINTAINER= mail@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: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk> .include <bsd.port.mk>