diff options
author | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
commit | a4de7735c807ba2004d03f48884c6342e3f6763c (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /lang/tinyscheme | |
parent | 7cd9e5adbf8ac9e1b02c9e54118f0253a6988530 (diff) | |
download | pkgsrc-a4de7735c807ba2004d03f48884c6342e3f6763c.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'lang/tinyscheme')
-rw-r--r-- | lang/tinyscheme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tinyscheme/Makefile b/lang/tinyscheme/Makefile index 62c0c305e1d..0665c8c4d39 100644 --- a/lang/tinyscheme/Makefile +++ b/lang/tinyscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:09 obache Exp $ +# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:25 joerg Exp $ DISTNAME= tinyscheme-1.35 CATEGORIES= lang @@ -11,4 +11,6 @@ COMMENT= BSD-licensed R5RS small embeddable scheme implementation MAKE_FILE= makefile USE_LIBTOOL= yes +INSTALLATION_DIRS= bin include lib + .include "../../mk/bsd.pkg.mk" |