svn commit: r340939 - head/dns/udns

Antoine Brodin antoine at FreeBSD.org
Fri Jan 24 22:47:07 UTC 2014


Author: antoine
Date: Fri Jan 24 22:47:06 2014
New Revision: 340939
URL: http://svnweb.freebsd.org/changeset/ports/340939
QAT: https://qat.redports.org/buildarchive/r340939/

Log:
  Fix a broken symlink
  
  With hat:	portmgr

Modified:
  head/dns/udns/Makefile

Modified: head/dns/udns/Makefile
==============================================================================
--- head/dns/udns/Makefile	Fri Jan 24 22:41:21 2014	(r340938)
+++ head/dns/udns/Makefile	Fri Jan 24 22:47:06 2014	(r340939)
@@ -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


More information about the svn-ports-all mailing list