From 3557d8d16917636702496e055861a7f73ea47df1 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 4 Jul 2016 13:23:49 +0000 Subject: [PATCH] Update MASTER_SITES, minor cleanup. PR: 210795 Submitted by: tkato432 yahoo com Sponsored by: Absolight --- lang/sketchy/Makefile | 10 ++-------- lang/sketchy/pkg-descr | 2 +- 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 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/