From 2829e658f2ba62cb77f3f151f468ec8de1549bd5 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. --- textproc/cawf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/cawf') diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index 113c8d79add..1c1eb8a551f 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/22 22:50:33 tv Exp $ +# $NetBSD: Makefile,v 1.10 2007/01/07 09:14:13 rillig Exp $ # # Possible TODOs: # - set CH based on manual page section number, and real OS name @@ -34,7 +34,7 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsfilt ${WRKSRC}/cawf ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/${PKGMANDIR}/man1/ ${INSTALL_DATA_DIR} ${PREFIX}/share/cawf ${INSTALL_DATA} ${WRKSRC}/common ${PREFIX}/share/cawf/ ${INSTALL_DATA} ${WRKSRC}/device.cf ${PREFIX}/share/cawf/ -- cgit v1.2.3