diff options
author | az <az@FreeBSD.org> | 2013-06-13 01:45:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-13 01:45:02 +0800 |
commit | 3c7bc19974dea31e4d534c5386d29d0260c0d25a (patch) | |
tree | bbc1578d6244710ca8c842b399b37b428bb87593 /devel/p5-SDL | |
parent | 0eeaacaa365a1fb5b63a92887bd38568c8983fb6 (diff) | |
download | freebsd-ports-gnome-3c7bc19974dea31e4d534c5386d29d0260c0d25a.tar.gz freebsd-ports-gnome-3c7bc19974dea31e4d534c5386d29d0260c0d25a.tar.zst freebsd-ports-gnome-3c7bc19974dea31e4d534c5386d29d0260c0d25a.zip |
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r-- | devel/p5-SDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 97fc3deaf99c..bc51112f8319 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -56,7 +56,7 @@ USE_SDL+= ttf USE_LDCONFIG= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} MAN3= SDL.3 \ SDL::App.3 \ |