diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-06 19:56:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-06 19:56:16 +0000 |
commit | 251295c87fa78b87db3871af5d3b18523b4c4d26 (patch) | |
tree | 0e8c5591d22b7a21417249f2c0d3c40bdceba011 /lang | |
parent | 181bacec05ba3e797b6307356414059a4a3bfa98 (diff) | |
download | pkgsrc-251295c87fa78b87db3871af5d3b18523b4c4d26.tar.gz |
Supports DESTDIR installation.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 675c2b268bc..208a0a28b14 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/07/06 13:14:01 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2007/09/06 19:56:16 joerg Exp $ # DISTNAME= gawk-3.1.5 @@ -14,6 +14,7 @@ COMMENT= GNU awk CONFLICTS= ja-gawk-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes |