diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-04 15:27:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-04 15:27:03 +0000 |
commit | 5cb1efea4e20827efca427272b656f02961a6461 (patch) | |
tree | d97d4d8175931c436c1cb1ff75443ae8aa249ced /textproc/gsed/Makefile | |
parent | 67c1221756a9f27bd2be039c1b63704f65cf11dc (diff) | |
download | pkgsrc-5cb1efea4e20827efca427272b656f02961a6461.tar.gz |
DESTDIR supported.
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r-- | textproc/gsed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index bb6bb8e58d3..504141409d4 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/03/08 18:53:56 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2008/04/04 15:27:03 joerg Exp $ # DISTNAME= sed-4.1.5 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/sed/sed.html COMMENT= GNU implementation of sed, the POSIX stream editor PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |