aboutsummaryrefslogtreecommitdiff
path: root/lang/snobol4
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-09 15:59:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-09 15:59:32 +0000
commit8a5401241ac43288a0ea1a6913e30d417f617c89 (patch)
tree0844ec9ebc68f51388f87540fae38d16da504d54 /lang/snobol4
parent3fe43bdaefb7be6a405f45ffc1203b3220d791c0 (diff)
downloadports-8a5401241ac43288a0ea1a6913e30d417f617c89.tar.gz
ports-8a5401241ac43288a0ea1a6913e30d417f617c89.zip
Fix stage symlinks
Notes
Notes: svn path=/head/; revision=343517
Diffstat (limited to 'lang/snobol4')
-rw-r--r--lang/snobol4/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/snobol4/Makefile b/lang/snobol4/Makefile
index 43c9ed8e778d..56411ded0f99 100644
--- a/lang/snobol4/Makefile
+++ b/lang/snobol4/Makefile
@@ -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>