diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-25 06:47:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-25 06:47:06 +0800 |
commit | 4531ced70df45025f16eb9a57756f6526e4f3d20 (patch) | |
tree | e31edf9b0ebe983fdd610197fed4c4e99e1ba5d6 /dns/udns | |
parent | 4f5c3c771b0909846237befced7f60c6e894d367 (diff) | |
download | freebsd-ports-graphics-4531ced70df45025f16eb9a57756f6526e4f3d20.tar.gz freebsd-ports-graphics-4531ced70df45025f16eb9a57756f6526e4f3d20.tar.zst freebsd-ports-graphics-4531ced70df45025f16eb9a57756f6526e4f3d20.zip |
Fix a broken symlink
With hat: portmgr
Diffstat (limited to 'dns/udns')
-rw-r--r-- | dns/udns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/udns/Makefile b/dns/udns/Makefile index 52df3a6bc49..f0794942cde 100644 --- a/dns/udns/Makefile +++ b/dns/udns/Makefile @@ -3,6 +3,7 @@ PORTNAME= udns PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.corpit.ru/mjt/udns/ @@ -37,7 +38,7 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/libudns.so.${SHLIB_MAJOR} \ ${STAGEDIR}${PREFIX}/lib/libudns.so.${SHLIB_MAJOR} - ${LN} -sf ${STAGEDIR}${PREFIX}/lib/libudns.so.${SHLIB_MAJOR} \ + ${LN} -sf libudns.so.${SHLIB_MAJOR} \ ${STAGEDIR}${PREFIX}/lib/libudns.so ${INSTALL_DATA} ${WRKSRC}/udns.h ${STAGEDIR}${PREFIX}/include/udns.h ${INSTALL_DATA} ${WRKSRC}/libudns.a ${STAGEDIR}${PREFIX}/lib/libudns.a |