From 30a267d3c48dc8fefc724fc2836567ee8e3e55b3 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. --- devel/cvsup-bin/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/cvsup-bin') diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile index 13bf13a82c3..699a9fee1cb 100644 --- a/devel/cvsup-bin/Makefile +++ b/devel/cvsup-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2007/01/07 09:13:50 rillig Exp $ DISTNAME= cvsup-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -19,7 +19,7 @@ DIST_SUBDIR= cvsup-i386-1.6 CONFLICTS= cvsup-[0-9]* cvsup-gui-[0-9]* -INSTALLATION_DIRS= bin man/man1 man/man5 sbin +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 sbin do-install: for i in cvpasswd cvsup ; do \ @@ -29,10 +29,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sbin/$$i ${PREFIX}/sbin; \ done for i in cvpasswd.1 cvsup.1; do \ - ${INSTALL_MAN} ${WRKSRC}/man/man1/$$i ${PREFIX}/man/man1; \ + ${INSTALL_MAN} ${WRKSRC}/man/man1/$$i ${PREFIX}/${PKGMANDIR}/man1; \ done for i in cvsupd.8; do \ - ${INSTALL_MAN} ${WRKSRC}/man/man8/$$i ${PREFIX}/man/man8; \ + ${INSTALL_MAN} ${WRKSRC}/man/man8/$$i ${PREFIX}/${PKGMANDIR}/man8; \ done ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cvsup ${INSTALL_DATA} ${WRKSRC}/share/doc/cvsup/License \ -- cgit v1.2.3