From 87e1bea888d90a6044a18e46681bc456ea30305c Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 09:13:46 +0000 Subject: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. --- mail/poppassd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/poppassd') diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 645445f83f2..3af814f9d13 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/06/01 22:27:17 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2007/01/07 09:13:59 rillig Exp $ # DISTNAME= qpopper${VERSION} @@ -22,7 +22,7 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} ROOT_GROUP=${ROOT_GROUP:Q} .include "options.mk" -INSTALLATION_DIRS= man/man8 share/doc libexec +INSTALLATION_DIRS= ${PKGMANDIR}/man8 share/doc libexec do-build: .for DIR in common password @@ -34,7 +34,7 @@ do-build: do-install: cd ${WRKSRC}/password; ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET} - ${INSTALL_MAN} ${WRKSRC}/man/poppassd.8 ${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/poppassd.8 ${PREFIX}/${PKGMANDIR}/man8 ${INSTALL_DATA} ${WRKSRC}/License.txt \ ${PREFIX}/share/doc/poppassd.License; -- cgit v1.2.3