diff options
-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> |