diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-08 23:46:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-08 23:46:11 +0000 |
commit | 3af25b37f90dcb5e5ed75ba816634fc6c9f841b4 (patch) | |
tree | dd367d90bfabf3757b15b17d7415c838a68cbefe /textproc/diffstat | |
parent | be58019fdf3be4d96e356c154ab4bd97acf5bbf0 (diff) | |
download | pkgsrc-3af25b37f90dcb5e5ed75ba816634fc6c9f841b4.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'textproc/diffstat')
-rw-r--r-- | textproc/diffstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index d852cbb245f..e778d6043c0 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/10/13 01:28:12 reed Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/08 23:46:11 joerg Exp $ DISTNAME= diffstat-1.45 CATEGORIES= textproc @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html COMMENT= Display a histogram of diff changes +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES MAKE_FILE= makefile |