Fix typo...

This commit is contained in:
Jun Kuriyama 2010-11-19 22:01:52 +00:00
parent 476015aeef
commit fe2d85ba6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264814

View file

@ -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>