diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-29 11:43:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-29 11:43:19 +0000 |
commit | a7798a7a5f811e2cb41cf633781541e6d656b96a (patch) | |
tree | 56df1b957a5c95a6f5f387c8e51c64f0aa4cd543 /math/PDL | |
parent | ae678bf7ee84afc4313615ea314194d5debd4f5c (diff) | |
download | ports-a7798a7a5f811e2cb41cf633781541e6d656b96a.tar.gz ports-a7798a7a5f811e2cb41cf633781541e6d656b96a.zip |
Notes
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 3021b64d76b6..66499691ab2e 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -32,6 +32,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ USE_GL= yes PERL_CONFIGURE= yes +PLIST_DIRS= ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline PLIST_FILES= bin/pdldoc bin/perldl bin/pptemplate \ ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline/Pdlpp.pm \ ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline/MakePdlppInstallable.pm |