aboutsummaryrefslogtreecommitdiff
path: root/lang/sketchy/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-17 08:44:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-17 08:44:41 +0000
commitdfa10c419c1665861f2fc02fad0a80a06b205541 (patch)
tree950ee42bad4ece95790af228aa7015145a3619e4 /lang/sketchy/Makefile
parent36377539599cc786b82de8e10ffcb08f0dcc30c3 (diff)
downloadports-dfa10c419c1665861f2fc02fad0a80a06b205541.tar.gz
ports-dfa10c419c1665861f2fc02fad0a80a06b205541.zip
Notes
Diffstat (limited to 'lang/sketchy/Makefile')
-rw-r--r--lang/sketchy/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/sketchy/Makefile b/lang/sketchy/Makefile
index 6a43064077f1..ffba87484a84 100644
--- a/lang/sketchy/Makefile
+++ b/lang/sketchy/Makefile
@@ -6,22 +6,22 @@
#
PORTNAME= sketchy
-PORTVERSION= 20061108
+PORTVERSION= 20061116
CATEGORIES= lang devel lisp scheme
MASTER_SITES= http://www.t3x.org/files/
MAINTAINER= nmh@t3x.org
COMMENT= An interpreter for purely applicative Scheme
-CONFLICTS= p5-PAR-0.*
-
USE_LDCONFIG= yes
MAKE_ENV+= BINOWN=${BINOWN} \
BINGRP=${BINGRP}
-MAN7= sketchy.7
+MAN1= sketchy.1 skpp.1
+MLINKS= sketchy.1 sk.1
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/src/pp.scm
.include <bsd.port.mk>