aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda-perl-wrapper
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-11-19 22:01:52 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-11-19 22:01:52 +0000
commitfe2d85ba6cf7670b6404613eb5eb47b0509aaaa7 (patch)
treec2ae6d42f5d288cea7e4d18e8ff19b28edd21c30 /misc/amanda-perl-wrapper
parent476015aeefa29f618514f632f8cb9fe568dcbd04 (diff)
downloadports-fe2d85ba6cf7670b6404613eb5eb47b0509aaaa7.tar.gz
ports-fe2d85ba6cf7670b6404613eb5eb47b0509aaaa7.zip
Fix typo...
Notes
Notes: svn path=/head/; revision=264814
Diffstat (limited to 'misc/amanda-perl-wrapper')
-rw-r--r--misc/amanda-perl-wrapper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-perl-wrapper/Makefile b/misc/amanda-perl-wrapper/Makefile
index 32e62baa9174..e554fe671034 100644
--- a/misc/amanda-perl-wrapper/Makefile
+++ b/misc/amanda-perl-wrapper/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= amanda-perl-wrapper
-PORTVERSION= 1.00
+PORTVERSION= 1.01
CATEGORIES= misc perl5
MASTER_SITES= # empty
DISTFILES= # empty
@@ -34,6 +34,6 @@ do-install:
.include <bsd.port.pre.mk>
LIBTHR!= ${LS} /lib/libthr.so.* | ${TAIL} -1
-SUB_LIST+= LIBTHR=${LIBTHR_CMD}
+SUB_LIST+= LIBTHR=${LIBTHR}
.include <bsd.port.post.mk>