diff options
author | joerg <joerg> | 2007-09-06 19:56:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-06 19:56:16 +0000 |
commit | c56b12744f2cf46ad4c00c81bcc83f4fd00a5bcd (patch) | |
tree | 0e8c5591d22b7a21417249f2c0d3c40bdceba011 /lang/gawk | |
parent | 0d01094983606668fa5f46ee6c643a362ed205b8 (diff) | |
download | pkgsrc-c56b12744f2cf46ad4c00c81bcc83f4fd00a5bcd.tar.gz |
Supports DESTDIR installation.
Diffstat (limited to 'lang/gawk')
-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 |