diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-06 16:33:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-06 16:33:39 +0000 |
commit | 1323bebfd3e51a20ba1258c6f1c3e2b873d32baa (patch) | |
tree | b57ebf9c83ff305efb4c413fe1d436c621290719 /lang/mit-scheme-bin | |
parent | e313e9122093e90743c02328343f4a79894f0eb2 (diff) | |
download | pkgsrc-1323bebfd3e51a20ba1258c6f1c3e2b873d32baa.tar.gz |
Precreate libexec.
Diffstat (limited to 'lang/mit-scheme-bin')
-rw-r--r-- | lang/mit-scheme-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mit-scheme-bin/Makefile b/lang/mit-scheme-bin/Makefile index cde6bdc9876..be44d0f95d7 100644 --- a/lang/mit-scheme-bin/Makefile +++ b/lang/mit-scheme-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/22 22:22:04 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/06 16:33:39 joerg Exp $ # DISTNAME= mit-scheme-7.7.1-ix86-gnu-linux @@ -13,7 +13,7 @@ COMMENT= MIT/GNU Scheme (Linux binary) DEPENDS+= suse_base>=6.0:../../emulators/${SUSE_DIR_PREFIX}_base WRKSRC= ${WRKDIR} -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin libexec do-build: ${SED} "s!@PREFIX@!${PREFIX}!g" ${FILESDIR}/scheme > ${WRKSRC}/scheme |