diff options
Diffstat (limited to 'math/p5-NetCDF')
-rw-r--r-- | math/p5-NetCDF/Makefile | 6 | ||||
-rw-r--r-- | math/p5-NetCDF/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile index 2b2a55ee29d6..c9d8f7d2459d 100644 --- a/math/p5-NetCDF/Makefile +++ b/math/p5-NetCDF/Makefile @@ -14,12 +14,12 @@ COMMENT= Perl5 module to read and write netCDF files LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf -USES= perl5 +USES= perl5 fakeroot -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC_SUBDIR= src GNU_CONFIGURE= yes CONFIGURE_ENV= CPP_NETCDF=-I${LOCALBASE}/include LD_NETCDF=-lnetcdf \ - PERL_MANDIR=${STAGEDIR}${MAN1PREFIX}/man PERL=${PERL5} + PERL_MANDIR=${STAGEDIR}${SITE_PERL}/man PERL=${PERL5} pre-install: @${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/perl/Makefile diff --git a/math/p5-NetCDF/pkg-plist b/math/p5-NetCDF/pkg-plist index 12eaff22b654..c95f7723f977 100644 --- a/math/p5-NetCDF/pkg-plist +++ b/math/p5-NetCDF/pkg-plist @@ -1,4 +1,4 @@ -man/man1/netCDFPerl.1.gz +%%PERL5_MAN1%%/netCDFPerl.1.gz %%SITE_ARCH%%/NetCDF.pm %%SITE_ARCH%%/auto/NetCDF/NetCDF.so %%SITE_ARCH%%/auto/NetCDF/autosplit.ix |