summaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-31 11:54:15 +0000
committeragc <agc@pkgsrc.org>1998-03-31 11:54:15 +0000
commit372f0ef8e8416c9d575ba8a0d1fe8385b286fb84 (patch)
tree7cca06b2f864c2fb8e6719ac330e166d21f517aa /lang/elk
parent2d57c551adaa26520fc0cdae6570aa112cfbdef7 (diff)
downloadpkgsrc-372f0ef8e8416c9d575ba8a0d1fe8385b286fb84.tar.gz
Add NetBSD RCS Id.
Clean up - do all the installation into the correct directories in the "make install" step, so we don't need to putz around in the Makefile. The patches have all been cleaned up, so that no -p1 argument is needed to patch.
Diffstat (limited to 'lang/elk')
-rw-r--r--lang/elk/Makefile20
1 files changed, 1 insertions, 19 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index 79fb654e480..5500cc7eae6 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -3,6 +3,7 @@
# Date created: 08 March 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
+# $NetBSD: Makefile,v 1.2 1998/03/31 11:54:15 agc Exp $
# FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp
#
@@ -11,26 +12,7 @@ PKGNAME= elk-3.0.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.uni-bremen.de/pub/programming/languages/scheme/elk/
-MAINTAINER= tg@freebsd.org
-
-PATCH_STRIP= -p1
ALL_TARGET= default
MAN1= elk.1
-#
-# we install the scheme binary as ${PREFIX}/bin/elk
-# to avoid a clash with mit-scheme.
-#
-
-pre-install:
- @${MKDIR} ${PREFIX}/share/elk
-
-post-install:
- @(cd ${PREFIX}/share/elk; \
- ${CP} bin/scheme ${PREFIX}/bin/elk; \
- ${MKDIR} ${PREFIX}/include/elk; \
- ${CP} -R include/* ${PREFIX}/include/elk; \
- rm -rf bin include)
- @${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
-
.include <bsd.port.mk>