diff options
author | dholland <dholland@pkgsrc.org> | 2010-06-06 03:45:17 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-06-06 03:45:17 +0000 |
commit | e8ca2dd0a093f127957d407866fd44cee6f5b84c (patch) | |
tree | c2ffda3d27c3e8806dab418a9e04e9416598ca1f /pkgtools/xpkgwedge/Makefile | |
parent | ee692f431103469ee4289beca5a4a5c59d49a8a1 (diff) | |
download | pkgsrc-e8ca2dd0a093f127957d407866fd44cee6f5b84c.tar.gz |
Force-set ManPath on Debian in order to work around silly things Debian
ships in their imake templates, which otherwise result in pkgsrc man pages
landing in /usr/share/man. PR 38248 (and possibly others).
Diffstat (limited to 'pkgtools/xpkgwedge/Makefile')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 0740c89d95f..ed9dd190e47 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2010/03/21 16:29:42 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2010/06/06 03:45:17 dholland Exp $ -DISTNAME= xpkgwedge-1.16 +DISTNAME= xpkgwedge-1.17 CATEGORIES= pkgtools devel x11 MASTER_SITES= # empty DISTFILES= # empty |