summaryrefslogtreecommitdiff
path: root/devel/cvsup-bin
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit87e1bea888d90a6044a18e46681bc456ea30305c (patch)
tree77b9cef42b625156081609e43af1544d569620be /devel/cvsup-bin
parent0e3f31f90a7d6a3a3dc9c7045ed1c6c9c8dac0ac (diff)
downloadpkgsrc-87e1bea888d90a6044a18e46681bc456ea30305c.tar.gz
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.
Diffstat (limited to 'devel/cvsup-bin')
-rw-r--r--devel/cvsup-bin/Makefile8
1 files changed, 4 insertions, 4 deletions
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 \