summaryrefslogtreecommitdiff
path: root/net/sitescooper
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
committerrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
commit2829e658f2ba62cb77f3f151f468ec8de1549bd5 (patch)
tree77b9cef42b625156081609e43af1544d569620be /net/sitescooper
parent5997a7db2d5af7de47f411825619ffc3689f1ce2 (diff)
downloadpkgsrc-2829e658f2ba62cb77f3f151f468ec8de1549bd5.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 'net/sitescooper')
-rw-r--r--net/sitescooper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sitescooper/Makefile b/net/sitescooper/Makefile
index af3edb46bd6..ade2467f0ab 100644
--- a/net/sitescooper/Makefile
+++ b/net/sitescooper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/02/22 22:51:28 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/07 09:14:06 rillig Exp $
#
DISTNAME= sitescooper-2.2.8
@@ -19,7 +19,7 @@ NO_BUILD= yes
CONF_FILES+= ${PREFIX}/share/examples/sitescooper/sitescooper.cf \
${PREFIX}/etc/sitescooper.cf \
-INSTALLATION_DIRS= bin etc man/man1
+INSTALLATION_DIRS= bin etc ${PKGMANDIR}/man1
do-configure:
.for file in sitescooper rss-to-site subs-to-site
@@ -38,7 +38,7 @@ do-configure:
do-install:
.for file in sitescooper rss-to-site subs-to-site
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/doc/${file}.man ${PREFIX}/man/man1/${file}.1
+ ${INSTALL_DATA} ${WRKSRC}/doc/${file}.man ${PREFIX}/${PKGMANDIR}/man1/${file}.1
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/sitescooper/lib
${CP} -R ${WRKSRC}/site_samples ${PREFIX}/share/sitescooper