diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-19 18:14:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-19 18:14:57 +0000 |
commit | e53eb557ecd23255a5117ef95e932d3a9892b5ad (patch) | |
tree | 66a65adac62b1d08943d8014707214d53d0722ef /textproc/nbsed | |
parent | 6275104929ea5758756743bb593cf23eadc04a29 (diff) | |
download | pkgsrc-e53eb557ecd23255a5117ef95e932d3a9892b5ad.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'textproc/nbsed')
-rw-r--r-- | textproc/nbsed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 78a40767420..59a021eae0c 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/09/08 21:58:01 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/19 18:14:57 joerg Exp $ DISTNAME= nbsed-20040821 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= NetBSD-current's sed(1) +PKG_DESTDIR_SUPPORT= user-destdir + NO_CHECKSUM= yes NO_MTREE= yes USE_FEATURES= nbcompat |