diff options
author | skv <skv@FreeBSD.org> | 2009-02-24 21:31:53 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-24 21:31:53 +0800 |
commit | 4d4ad8ae85071bcad0fc56c0e914f27209e55c8f (patch) | |
tree | c4af4b080cb19c4383e58ecc5c109a14a50815d7 /print | |
parent | 872befb51d26885fa218e4062cc2f63459c7ddcd (diff) | |
download | freebsd-ports-gnome-4d4ad8ae85071bcad0fc56c0e914f27209e55c8f.tar.gz freebsd-ports-gnome-4d4ad8ae85071bcad0fc56c0e914f27209e55c8f.tar.zst freebsd-ports-gnome-4d4ad8ae85071bcad0fc56c0e914f27209e55c8f.zip |
Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.
Diffstat (limited to 'print')
-rw-r--r-- | print/perlftlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index 89c247024135..7cb692efd6d0 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -24,7 +24,7 @@ MAN1= mkttfdir.1 ftinfo.1 MAN3= FreeType.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAKE_ENV= PERL_VER=${PERL_VER} PERL5=${PERL5} +MAKE_ENV= PERL_VER=${PERL_VERSION} PERL5=${PERL5} post-patch: .for VAR in LOCALBASE PREFIX |