Update MASTER_SITES, minor cleanup.
PR: 210795 Submitted by: tkato432 yahoo com Sponsored by: Absolight
This commit is contained in:
parent
f6bdbf65ac
commit
3557d8d169
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418015
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user