svn commit: r344691 - head/devel/egypt

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:02:09 UTC 2014


Author: miwi
Date: Mon Feb 17 07:02:08 2014
New Revision: 344691
URL: http://svnweb.freebsd.org/changeset/ports/344691
QAT: https://qat.redports.org/buildarchive/r344691/

Log:
  - Stage support

Modified:
  head/devel/egypt/Makefile

Modified: head/devel/egypt/Makefile
==============================================================================
--- head/devel/egypt/Makefile	Mon Feb 17 07:01:43 2014	(r344690)
+++ head/devel/egypt/Makefile	Mon Feb 17 07:02:08 2014	(r344691)
@@ -16,9 +16,8 @@ USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	egypt
 
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist
+PLIST_FILES=	bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist \
+		man/man1/egypt.1.gz
 PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list