svn commit: r339695 - head/misc/gwhich

Johan van Selst johans at FreeBSD.org
Tue Jan 14 16:15:03 UTC 2014


Author: johans
Date: Tue Jan 14 16:15:02 2014
New Revision: 339695
URL: http://svnweb.freebsd.org/changeset/ports/339695
QAT: https://qat.redports.org/buildarchive/r339695/

Log:
  - Enable stage support
  - Adopt port

Modified:
  head/misc/gwhich/Makefile

Modified: head/misc/gwhich/Makefile
==============================================================================
--- head/misc/gwhich/Makefile	Tue Jan 14 16:08:56 2014	(r339694)
+++ head/misc/gwhich/Makefile	Tue Jan 14 16:15:02 2014	(r339695)
@@ -8,22 +8,18 @@ MASTER_SITES=	GNU/which \
 		http://www.xs4all.nl/~carlo17/which/
 DISTNAME=	which-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	johans at 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>


More information about the svn-ports-all mailing list