aboutsummaryrefslogtreecommitdiff
path: root/lang/sketchy
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-04 13:23:49 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-04 13:23:49 +0000
commit3557d8d16917636702496e055861a7f73ea47df1 (patch)
tree0e80dcfd6303d43e1b4b2114034c61b68afd9713 /lang/sketchy
parentf6bdbf65ac14550b5e47c115eb05303fdefb98e7 (diff)
downloadports-3557d8d16917636702496e055861a7f73ea47df1.tar.gz
ports-3557d8d16917636702496e055861a7f73ea47df1.zip
Update MASTER_SITES, minor cleanup.
PR: 210795 Submitted by: tkato432 yahoo com Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=418015
Diffstat (limited to 'lang/sketchy')
-rw-r--r--lang/sketchy/Makefile10
-rw-r--r--lang/sketchy/pkg-descr2
2 files changed, 3 insertions, 9 deletions
diff --git a/lang/sketchy/Makefile b/lang/sketchy/Makefile
index 109dff4c1396..04601cb18c15 100644
--- a/lang/sketchy/Makefile
+++ b/lang/sketchy/Makefile
@@ -5,15 +5,11 @@ PORTNAME= sketchy
PORTVERSION= 20070218
PORTREVISION= 1
CATEGORIES= lang devel lisp scheme
-MASTER_SITES= http://www.t3x.org/files/
+MASTER_SITES= SF/sketchy-lisp/sketchy-lisp/2007-02-18
MAINTAINER= ports@FreeBSD.org
COMMENT= Interpreter for purely applicative Scheme
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
USES= uidfix
USE_LDCONFIG= yes
@@ -28,10 +24,8 @@ post-patch:
${WRKSRC}/Makefile
post-install:
- cd ${STAGEDIR} && ${FIND} . -not -type d -exec ls -ld {} \;
${LN} -sf libsketchy.so.31 ${STAGEDIR}${PREFIX}/lib/libsketchy.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsketchy.so
- ${LN} -s ${MANPREFIX}/man/man1/sketchy.1.gz \
- ${STAGEDIR}${MANPREFIX}/man/man1/sk.1.gz
+ ${LN} -s sketchy.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/sk.1.gz
.include <bsd.port.mk>
diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr
index c72583da887b..d92713864799 100644
--- a/lang/sketchy/pkg-descr
+++ b/lang/sketchy/pkg-descr
@@ -5,4 +5,4 @@ LISP plus global definitions and some input/output functions.
This package contains the SketchyLISP interpreter and library,
the manual, and example programs.
-WWW: http://www.t3x.org/sketchy/
+WWW: http://sketchy-lisp.sourceforge.net/