From 4a34beb7de5a2bf4388d326eab99406995431246 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. --- security/cfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/cfs') diff --git a/security/cfs/Makefile b/security/cfs/Makefile index f01df4b0268..8c3c7ce7955 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/08/05 13:38:26 adrianp Exp $ +# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:09 rillig Exp $ DISTNAME= cfs-1.4.1 PKGREVISION= 6 @@ -101,10 +101,10 @@ do-build: post-install: cd ${WRKSRC}; for file in *.1; do \ - ${INSTALL_MAN} $${file} ${PREFIX}/man/man1/$${file}; \ + ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man1/$${file}; \ done cd ${WRKSRC}; for file in *.8; do \ - ${INSTALL_MAN} $${file} ${PREFIX}/man/man8/$${file}; \ + ${INSTALL_MAN} $${file} ${PREFIX}/${PKGMANDIR}/man8/$${file}; \ done ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DOCDIR} -- cgit v1.2.3