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

- Enable stage support

- Adopt port
This commit is contained in:
Johan van Selst 2014-01-14 16:15:02 +00:00
parent bba73f1060
commit 3f727220b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339695

View File

@ -8,22 +8,18 @@ MASTER_SITES= GNU/which \
http://www.xs4all.nl/~carlo17/which/
DISTNAME= which-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= johans@FreeBSD.org
COMMENT= GNU Which - Everything you never wanted in a which
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gwhich.1
INFO= which
PORTEXAMPLES= EXAMPLES
PLIST_FILES= bin/gwhich
PLIST_FILES= bin/gwhich man/man1/gwhich.1.gz
NO_STAGE= yes
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${EXAMPLESDIR}
.endif
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>