1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Support staging.

This commit is contained in:
Emanuel Haupt 2014-02-06 13:04:32 +00:00
parent 158625fe0a
commit 4129ad2834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343061

View File

@ -18,12 +18,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
MAN3= GRNOC::Config.3
PLIST_FILES= %%SITE_PERL%%/GRNOC/Config.pm \
%%PERL5_MAN3%%/GRNOC::Config.3.gz \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config/.packlist
PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC \
%%SITE_PERL%%/GRNOC
NO_STAGE= yes
.include <bsd.port.mk>