diff options
author | tron <tron@pkgsrc.org> | 2008-10-02 08:17:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-10-02 08:17:15 +0000 |
commit | 110d1de00b0e88f7f39df2d2037b186dbab61c37 (patch) | |
tree | 1ded352ab9c286ef4d0c33b8b231d37c3078b414 /net | |
parent | 383b524fcdfe367484d9530286921e69576ffe71 (diff) | |
download | pkgsrc-110d1de00b0e88f7f39df2d2037b186dbab61c37.tar.gz |
We don't need to patch "rsync.h" anymore.
Diffstat (limited to 'net')
-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 d3ec9096b11..2252fec3e36 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2008/09/16 22:29:23 bjs Exp $ +# $NetBSD: Makefile,v 1.78 2008/10/02 08:17:15 tron Exp $ DISTNAME= rsync-3.0.4 CATEGORIES= net @@ -26,7 +26,7 @@ PKG_SYSCONFSUBDIR= rsync 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_FILES.paths= rsync.1 rsyncd.conf.5 SUBST_SED.paths= -e 's|/etc/rsyncd|${PKG_SYSCONFDIR}/rsyncd|g' SUBST_SED.paths+= -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' |