diff options
author | philip <philip@FreeBSD.org> | 2005-02-21 19:58:12 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2005-02-21 19:58:12 +0800 |
commit | f385357ef33960f2e22687ad037fc28c0ca27203 (patch) | |
tree | 13f99583aa1e90d8ac0596af407ec429ebd2b9c9 /devel/p5-SDL | |
parent | b14240f37dd7ca0ce775f887040086bf9027769c (diff) | |
download | freebsd-ports-gnome-f385357ef33960f2e22687ad037fc28c0ca27203.tar.gz freebsd-ports-gnome-f385357ef33960f2e22687ad037fc28c0ca27203.tar.zst freebsd-ports-gnome-f385357ef33960f2e22687ad037fc28c0ca27203.zip |
Appease pointyhat by not touching perllocal.pod.
Spotted by: pointyhat via kris
Approved by: krion
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r-- | devel/p5-SDL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index e039d99dae28..d7c377183396 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -52,6 +52,7 @@ RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple USE_PERL5= yes INSTALLS_SHLIB= yes +INSTALL_TARGET= pure_install MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= SDL.3 \ |