diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/fhist | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/fhist')
-rw-r--r-- | devel/fhist/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 0f48867718e..90aef254010 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/04/22 13:43:18 obache Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/31 11:16:57 asau Exp $ # DISTNAME= fhist-1.16 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fhist.sourceforge.net/ COMMENT= File history and comparison tools -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gsoelim msgfmt yacc GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES |