summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-20 05:24:20 +0000
committergrant <grant@pkgsrc.org>2004-01-20 05:24:20 +0000
commit048f67c81ed02a130a3eceafadaa61a3673f1d4e (patch)
tree55f23ccc66cafdbabf58c3cf031ba4620cc44b0c /net/rsync
parentb2f178141c26b12ab9d5d214663f557662842a3c (diff)
downloadpkgsrc-048f67c81ed02a130a3eceafadaa61a3673f1d4e.tar.gz
fix usage of ${PKG_SYSCONFDIR}
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index d83e38a4218..6138288348f 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/01/20 05:16:42 grant Exp $
+# $NetBSD: Makefile,v 1.51 2004/01/20 05:24:20 grant Exp $
DISTNAME= rsync-2.6.0
CATEGORIES= net
@@ -24,7 +24,7 @@ SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= "Fixing hardcoded paths."
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= rsync.h rsync.1 rsyncd.conf.5
-SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g' \
+SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}|g' \
-e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g'
.include "../../mk/bsd.pkg.mk"