svn commit: r343517 - head/lang/snobol4

Antoine Brodin antoine at FreeBSD.org
Sun Feb 9 15:59:33 UTC 2014


Author: antoine
Date: Sun Feb  9 15:59:32 2014
New Revision: 343517
URL: http://svnweb.freebsd.org/changeset/ports/343517
QAT: https://qat.redports.org/buildarchive/r343517/

Log:
  Fix stage symlinks

Modified:
  head/lang/snobol4/Makefile

Modified: head/lang/snobol4/Makefile
==============================================================================
--- head/lang/snobol4/Makefile	Sun Feb  9 15:57:17 2014	(r343516)
+++ head/lang/snobol4/Makefile	Sun Feb  9 15:59:32 2014	(r343517)
@@ -3,6 +3,7 @@
 
 PORTNAME=	snobol4
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.ultimate.com/snobol/
 
@@ -18,4 +19,8 @@ PLIST_SUB+=	VERSION=${PORTVERSION}
 post-patch:
 	@${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure
 
+post-install:
+	${LN} -sf sdb-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/sdb
+	${LN} -sf snobol4-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/snobol4
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list