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 /www | |
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 'www')
-rw-r--r-- | www/swish++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile index 10ef50a18d26..4a34d3f1223a 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -21,7 +21,7 @@ USE_PERL5= yes USE_GMAKE= yes MAKEFILE= GNUmakefile MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} \ - PERL=${PERL} PERL_VER=${PERL_VER} + PERL=${PERL} PERL_VER=${PERL_VERSION} MAN1= extract.1 httpindex.1 index.1 search.1 splitmail.1 MAN3= WWW.3 |