Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 15:59:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343517 - head/lang/snobol4
Message-ID:  <201402091559.s19FxXtt095710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091559.s19FxXtt095710>