diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | 5496dcf9414fe693522f2f63a518a178a855c0ae (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /lang/guile16 | |
parent | b0f52890c8cac20f1dad6d4dfe06741759412173 (diff) | |
download | pkgsrc-5496dcf9414fe693522f2f63a518a178a855c0ae.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'lang/guile16')
-rw-r--r-- | lang/guile16/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile16/Makefile b/lang/guile16/Makefile index bf571fa37b8..20fb7f99745 100644 --- a/lang/guile16/Makefile +++ b/lang/guile16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/06/25 21:36:18 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/14 12:56:07 joerg Exp $ DISTNAME= guile-1.6.8 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/guile/guile.html COMMENT= GNU's Ubiquitous Intelligent Language for Extension (1.6.x series) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/guile/1.6 USE_TOOLS+= gmake makeinfo |