From 45783516b538a52ef4f435cfe732330ca0ec4c43 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 14 Mar 2013 14:15:00 +0000 Subject: Fix manual installation path for platform PKGMANDIR != man. --- net/netname/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net/netname') diff --git a/net/netname/Makefile b/net/netname/Makefile index 1e50accb6d0..b255a5b2f5b 100644 --- a/net/netname/Makefile +++ b/net/netname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/03/14 12:45:52 kim Exp $ +# $NetBSD: Makefile,v 1.14 2013/03/14 14:15:00 kim Exp $ # DISTNAME= netname-2.2 @@ -21,4 +21,9 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q} +SUBST_CLASSES+= manpath +SUBST_STAGE.manpath= post-extract +SUBST_FILES.manpath= Makefile +SUBST_SED.manpath= -e 's,/man/,/${PKGMANDIR}/,' + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3