svn commit: r535236 - head/devel/bitkeeper

Cy Schubert cy at FreeBSD.org
Thu May 14 14:17:02 UTC 2020


Author: cy
Date: Thu May 14 14:17:02 2020
New Revision: 535236
URL: https://svnweb.freebsd.org/changeset/ports/535236

Log:
  Simplify symlink creation.
  
  Submitted by:	danfe
  Reported by:	danfe

Modified:
  head/devel/bitkeeper/Makefile   (contents, props changed)

Modified: head/devel/bitkeeper/Makefile
==============================================================================
--- head/devel/bitkeeper/Makefile	Thu May 14 14:16:11 2020	(r535235)
+++ head/devel/bitkeeper/Makefile	Thu May 14 14:17:02 2020	(r535236)
@@ -31,6 +31,6 @@ do-build:
 	@(cd ${WRKSRC}; ${MAKE_CMD} ${ALL_TARGET})
 
 post-install:
-	@cd ${STAGEDIR}${PREFIX}/bin/ && ${LN} -s ../bitkeeper/bk
+	${LN} -s ../bitkeeper/bk ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list