1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-17 07:02:08 +00:00
parent ea13146e01
commit 02b092ef9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344691

View File

@ -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>