diff options
author | ghen <ghen@pkgsrc.org> | 2008-01-04 14:48:26 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-01-04 14:48:26 +0000 |
commit | 66e0872d1fa67d0f544d8d0163a8bb42fb7d0f9c (patch) | |
tree | fce726bd44ce19aafaa70931f98db5a2ab4d3512 /lang/guile | |
parent | 8f7fb6fb450064ceee224fe91e1701ff7528cc72 (diff) | |
download | pkgsrc-66e0872d1fa67d0f544d8d0163a8bb42fb7d0f9c.tar.gz |
Basic DESTDIR support.
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index c8f87285e06..17c0cb1f279 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2008/01/03 13:30:25 gdt Exp $ +# $NetBSD: Makefile,v 1.79 2008/01/04 14:48:26 ghen Exp $ DISTNAME= guile-1.8.3 CATEGORIES= lang @@ -10,6 +10,8 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]* +PKG_DESTDIR_SUPPORT= destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake makeinfo USE_LIBTOOL= YES |