diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 06:01:52 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-11-20 06:01:52 +0800 |
commit | cb2049c4b6abb1a8eceaf14a669173ab2fbc0e20 (patch) | |
tree | e0812ff304c2c8e9aa092efbcd1074ce2be7d31c /misc/amanda-perl-wrapper | |
parent | be5af7909960f4d760291113494e9ebb406c7ae8 (diff) | |
download | freebsd-ports-gnome-cb2049c4b6abb1a8eceaf14a669173ab2fbc0e20.tar.gz freebsd-ports-gnome-cb2049c4b6abb1a8eceaf14a669173ab2fbc0e20.tar.zst freebsd-ports-gnome-cb2049c4b6abb1a8eceaf14a669173ab2fbc0e20.zip |
Fix typo...
Diffstat (limited to 'misc/amanda-perl-wrapper')
-rw-r--r-- | misc/amanda-perl-wrapper/Makefile | 4 |
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> |