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 | 17728923b03d1f33e499bcf350ad25cf73f2230f (patch) | |
tree | e6b13c24b8c970ddddc092ea3865aa404dc30059 | |
parent | 68de4621e32cbcf985fa1b993fd210842a2f0efa (diff) | |
download | pkgsrc-17728923b03d1f33e499bcf350ad25cf73f2230f.tar.gz |
Just use full destdir support here.
-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 |