diff options
author | sem <sem@FreeBSD.org> | 2005-01-29 19:43:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-29 19:43:19 +0800 |
commit | df93317ab462c53ae3ee6a6117d801abe8c9c177 (patch) | |
tree | c07799a351a97e587cb6f42e5febcb81ef90da29 /math | |
parent | d02b0fca8398f8f5a976e40bfe9065906bdba37a (diff) | |
download | freebsd-ports-graphics-df93317ab462c53ae3ee6a6117d801abe8c9c177.tar.gz freebsd-ports-graphics-df93317ab462c53ae3ee6a6117d801abe8c9c177.tar.zst freebsd-ports-graphics-df93317ab462c53ae3ee6a6117d801abe8c9c177.zip |
- Fix PLIST
Reported by: kris via pointyhat
Diffstat (limited to 'math')
-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 3021b64d76b..66499691ab2 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 |