diff options
author | ghen <ghen> | 2008-01-04 14:48:26 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-01-04 14:48:26 +0000 |
commit | a1babfb6d8c3f269eb7c237ee7e3c1a3f9bad929 (patch) | |
tree | fce726bd44ce19aafaa70931f98db5a2ab4d3512 /lang/guile | |
parent | 274e91397000572cb0de25fd022185eaf9f3c184 (diff) | |
download | pkgsrc-a1babfb6d8c3f269eb7c237ee7e3c1a3f9bad929.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 |