aboutsummaryrefslogtreecommitdiff
path: root/lang/elk/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1995-12-20 08:41:04 +0000
committerThomas Gellekum <tg@FreeBSD.org>1995-12-20 08:41:04 +0000
commit993561f79820876ae185cf71fcc21ccdb088b7c7 (patch)
treef5c2922d0f177cf6af17cdbe34fbbabf8c76eb0f /lang/elk/Makefile
parentba4ce6ae7b4457bebd451089956e5d680bf7e931 (diff)
downloadports-993561f79820876ae185cf71fcc21ccdb088b7c7.tar.gz
ports-993561f79820876ae185cf71fcc21ccdb088b7c7.zip
Notes
Diffstat (limited to 'lang/elk/Makefile')
-rw-r--r--lang/elk/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index dd84afadfa1a..ffbd2cf4b80b 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -3,15 +3,19 @@
# Date created: 08 March 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.7 1995/11/09 07:13:40 asami Exp $
+# $Id: Makefile,v 1.8 1995/11/22 13:12:36 asami Exp $
#
DISTNAME= elk-3.0
CATEGORIES+= lang
KEYWORDS+= lang scheme
-MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/devel_tools/ \
+MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/ \
+ ftp://crl.dec.com/pub/X11/contrib/devel_tools/ \
ftp://ftp.th-darmstadt.de/pub/X11/contrib/devel_tools/
+PATCHFILES= elk-3.0-patch-1
+PATCH_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/
+
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
PATCH_STRIP= -p1
@@ -34,6 +38,8 @@ post-install:
cp -R include/* ${PREFIX}/include/elk; \
rm -rf bin include)
@install -c -o bin -g bin -m 444 ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
+.if !defined(NOMANCOMPRESS)
@gzip -9nf ${PREFIX}/man/man1/elk.1
+.endif
.include <bsd.port.mk>