diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-09 23:59:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-09 23:59:32 +0800 |
commit | 145c42341f84c9485198556414ca8ddf08f5b2d5 (patch) | |
tree | 0844ec9ebc68f51388f87540fae38d16da504d54 /lang/snobol4 | |
parent | 88478e7355636613c5a9c2f1abf6951d69f1d33f (diff) | |
download | freebsd-ports-gnome-145c42341f84c9485198556414ca8ddf08f5b2d5.tar.gz freebsd-ports-gnome-145c42341f84c9485198556414ca8ddf08f5b2d5.tar.zst freebsd-ports-gnome-145c42341f84c9485198556414ca8ddf08f5b2d5.zip |
Fix stage symlinks
Diffstat (limited to 'lang/snobol4')
-rw-r--r-- | lang/snobol4/Makefile | 5 |
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> |