diff options
author | joerg <joerg@pkgsrc.org> | 2008-01-04 18:17:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-01-04 18:17:16 +0000 |
commit | f0ee40c07229741fa25cc1485e8dbd5280c87ea4 (patch) | |
tree | e6b13c24b8c970ddddc092ea3865aa404dc30059 /lang | |
parent | 9b36e7aff8d3a019b501600d2514588f010d989f (diff) | |
download | pkgsrc-f0ee40c07229741fa25cc1485e8dbd5280c87ea4.tar.gz |
Just use full destdir support here.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 17c0cb1f279..640dfe4d534 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2008/01/04 14:48:26 ghen Exp $ +# $NetBSD: Makefile,v 1.80 2008/01/04 18:17:16 joerg Exp $ DISTNAME= guile-1.8.3 CATEGORIES= lang @@ -10,7 +10,7 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]* -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_TOOLS+= gmake makeinfo |