diff options
author | leot <leot@pkgsrc.org> | 2016-12-17 12:32:15 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-12-17 12:32:15 +0000 |
commit | da4e415d604c1dce3069aac63523cdb53888494d (patch) | |
tree | 11784e264478961c2ac48bb18848b28689a2090d /sysutils | |
parent | 708908b24a436c40d5208998eb7bd5743aa24a89 (diff) | |
download | pkgsrc-da4e415d604c1dce3069aac63523cdb53888494d.tar.gz |
Set MANPREFIX consistently for all OPSYSs (otherwise users of
Makefile.{linux,macos} MAKE_FILEs will set their MANPREFIX differently to the
one defined in Makefile.bsd)
No functional changes intended for Makefile.bsd MAKE_FILE OPSYSs
(and so no PKGREVISION bump).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/entr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index e868bc7802a..43ba426731a 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/11/16 12:16:49 leot Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/17 12:32:15 leot Exp $ # DISTNAME= entr-3.6 @@ -12,6 +12,8 @@ LICENSE= isc AND 2-clause-bsd WRKSRC= ${WRKDIR}/eradman-entr-c15b0be493fc +MAKE_ENV+= MANPREFIX="${PREFIX}/${PKGMANDIR}" + .include "../../mk/bsd.prefs.mk" # Needs kqueue(2) or inotify(7) |