svn commit: r370825 - head/sysutils/curly

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 13 22:26:55 UTC 2014


Author: amdmi3
Date: Mon Oct 13 22:26:54 2014
New Revision: 370825
URL: https://svnweb.freebsd.org/changeset/ports/370825
QAT: https://qat.redports.org/buildarchive/r370825/

Log:
  - Fix symlink pointing into STAGEDIR
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/curly/Makefile

Modified: head/sysutils/curly/Makefile
==============================================================================
--- head/sysutils/curly/Makefile	Mon Oct 13 22:22:27 2014	(r370824)
+++ head/sysutils/curly/Makefile	Mon Oct 13 22:26:54 2014	(r370825)
@@ -33,6 +33,6 @@ do-install:
 	    ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} )
 	${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \
 	    ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
-	${LN} -s ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/un${PORTNAME}.1
+	${LN} -s ${PREFIX}/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/un${PORTNAME}.1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list