1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix a broken symlink

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-01-24 22:47:06 +00:00
parent f3ef3b396f
commit 04471db57d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340939

View File

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