diff options
author | grant <grant@pkgsrc.org> | 2004-01-20 09:33:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-20 09:33:33 +0000 |
commit | eda39d39dfb4634fb5e814d320d91e711a53a2e3 (patch) | |
tree | f3bb2db6d5f6b0e32961f1d7dec24a04242158b9 /net/rsync/Makefile | |
parent | 39935c10c4bfc4c3e5cd92dd086d3fc9a14cefef (diff) | |
download | pkgsrc-eda39d39dfb4634fb5e814d320d91e711a53a2e3.tar.gz |
revert previous, the config file is rsyncd.conf, which lives in
${PKG_SYSCONFDIR}. noted by Min Sik Kim.
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 6138288348f..f08752d16f2 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2004/01/20 05:24:20 grant Exp $ +# $NetBSD: Makefile,v 1.52 2004/01/20 09:33:33 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}|g' \ +SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g' \ -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' .include "../../mk/bsd.pkg.mk" |