diff options
author | agc <agc@pkgsrc.org> | 1998-03-31 11:54:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-03-31 11:54:15 +0000 |
commit | 372f0ef8e8416c9d575ba8a0d1fe8385b286fb84 (patch) | |
tree | 7cca06b2f864c2fb8e6719ac330e166d21f517aa | |
parent | 2d57c551adaa26520fc0cdae6570aa112cfbdef7 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | lang/elk/Makefile | 20 |
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> |