diff options
author | bjs <bjs@pkgsrc.org> | 2008-04-21 08:10:22 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-04-21 08:10:22 +0000 |
commit | f8618b82af214b9232a1287c628e231f3e09ea50 (patch) | |
tree | 266c350f8536cf5a1ff4923714b436d37bdc727d /devel/patchutils | |
parent | 5a4434564582e8e030ca81465993a42c93dbcb25 (diff) | |
download | pkgsrc-f8618b82af214b9232a1287c628e231f3e09ea50.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/patchutils')
-rw-r--r-- | devel/patchutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/patchutils/Makefile b/devel/patchutils/Makefile index cfba6c74f9b..ec0c02d07fe 100644 --- a/devel/patchutils/Makefile +++ b/devel/patchutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/10/15 21:40:07 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2008/04/21 08:10:22 bjs Exp $ # DISTNAME= patchutils-0.2.31 @@ -11,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://cyberelk.net/tim/patchutils/index.html COMMENT= Some programs for manipulating patch files +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= patch-[0-9]*:../../devel/patch USE_PKGLOCALEDIR= yes |