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. --- converters/uulib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'converters/uulib') diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index a74317ee587..e4fd3461aa3 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/06/04 16:26:53 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2007/01/07 09:13:50 rillig Exp $ # DISTNAME= uudeview-0.5.20 @@ -24,14 +24,14 @@ DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ .include "../../mk/bsd.prefs.mk" -INSTALLATION_DIRS= include lib man/man3 +INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3 do-install: ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/uulib/libuu.la ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include ${SED} -e 's|FUNKYTOKENHERE|${PREFIX}|g' \ < ${FILESDIR}/uulib.3 > ${WRKSRC}/uulib.3 - ${INSTALL_MAN} ${WRKSRC}/uulib.3 ${PREFIX}/man/man3 + ${INSTALL_MAN} ${WRKSRC}/uulib.3 ${PREFIX}/${PKGMANDIR}/man3 @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uulib .for docfile in ${DOCFILES} @${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/uulib -- cgit v1.2.3