diff options
author | kim <kim> | 1999-08-31 02:37:52 +0000 |
---|---|---|
committer | kim <kim> | 1999-08-31 02:37:52 +0000 |
commit | 5c13e1bf8bdcfddd9ca0d89e8286f09e16654d09 (patch) | |
tree | c85619b4a2d98bc36b544f8a8011972f253d533e /net/ssync/Makefile | |
parent | cbc84c2e6f5961d0caea68b337d2fbcbfb8cae63 (diff) | |
download | pkgsrc-5c13e1bf8bdcfddd9ca0d89e8286f09e16654d09.tar.gz |
Ssync invokes rsync in an intelligent manner. Usually, the ssync
command is invoked from the master distribution host.
Invoking the command without any arguments will distribute the current
working directory to all hosts in the netgroup for the platform you are
running ssync on.
Diffstat (limited to 'net/ssync/Makefile')
-rw-r--r-- | net/ssync/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ssync/Makefile b/net/ssync/Makefile new file mode 100644 index 00000000000..d9634ffaced --- /dev/null +++ b/net/ssync/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $ +# + +DISTNAME= ssync-1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us + +DEPENDS+= netname-*:../../net/netname +DEPENDS+= osname-*:../../sysutils/osname +DEPENDS+= rsync-2.3.1:../../net/rsync +DEPENDS+= srsh-*:../../net/srsh + +NO_CONFIGURE= yes +ALL_TARGET= all PREFIX=${PREFIX} +INSTALL_TARGET= install PREFIX=${PREFIX} + +.include "../../mk/bsd.pkg.mk" |