summaryrefslogtreecommitdiff
path: root/misc/gwhich
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-14 16:15:02 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-14 16:15:02 +0000
commit3f727220b1b23d7e10083b6e384bd96324b8c15d (patch)
treeb0fed7cfd614fc7cd60b6db786983d0acb4433e1 /misc/gwhich
parent- Update to R49 (diff)
- Enable stage support
- Adopt port
Notes
Notes: svn path=/head/; revision=339695
Diffstat (limited to 'misc/gwhich')
-rw-r--r--misc/gwhich/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/misc/gwhich/Makefile b/misc/gwhich/Makefile
index 31e4331bc9c2..809eddca9e7c 100644
--- a/misc/gwhich/Makefile
+++ b/misc/gwhich/Makefile
@@ -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>