summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/mk.conf.example14
-rw-r--r--net/sdist/Makefile10
-rw-r--r--net/sdist/files/md54
-rw-r--r--net/ssync/Makefile10
-rw-r--r--net/ssync/files/md54
5 files changed, 31 insertions, 11 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index a4332d4f780..e6fe7daf279 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.191 2001/03/26 00:45:05 fredb Exp $
+# $NetBSD: mk.conf.example,v 1.192 2001/03/29 22:22:53 kim Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -699,6 +699,12 @@ PAPERSIZE= A4
# Possible: 8, 16, 32
# Default: 8
+#SDIST_PAWD= pawd
+# If you are using amd you'll want to use pawd instead of pwd to derive
+# the current working directory.
+# Possible: pawd, pwd
+# Default: pwd
+
#SERIAL_DEVICES=
# Used to provide a default setting for all the serial devices for
# various packages which communicate over the serial port.
@@ -740,6 +746,12 @@ PAPERSIZE= A4
# Possible: YES, or NO.
# Default: NO
+#SSYNC_PAWD= pawd
+# If you are using amd you'll want to use pawd instead of pwd to derive
+# the current working directory.
+# Possible: pawd, pwd
+# Default: pwd
+
#TIN_USE_INN_SPOOL
# Used to enable reading directly in an inn spool.
# Possible: YES, or NO.
diff --git a/net/sdist/Makefile b/net/sdist/Makefile
index bbc1e92e373..c9648d48c9d 100644
--- a/net/sdist/Makefile
+++ b/net/sdist/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 18:19:35 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/29 22:22:53 kim Exp $
#
-DISTNAME= sdist-1.5
+DISTNAME= sdist-1.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
@@ -13,8 +13,12 @@ DEPENDS+= osname-*:../../sysutils/osname
DEPENDS+= freerdist-*:../../net/rdist6
DEPENDS+= srsh-*:../../net/srsh
+.include "../../mk/bsd.prefs.mk"
+
+SDIST_PAWD?= pwd
+
NO_CONFIGURE= yes
-ALL_TARGET= all PREFIX=${PREFIX}
+ALL_TARGET= all PREFIX=${PREFIX} PAWD=${SDIST_PAWD}
INSTALL_TARGET= install PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"
diff --git a/net/sdist/files/md5 b/net/sdist/files/md5
index b4704353d73..ce9e79b4668 100644
--- a/net/sdist/files/md5
+++ b/net/sdist/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 2000/11/20 23:42:54 kim Exp $
+$NetBSD: md5,v 1.4 2001/03/29 22:22:53 kim Exp $
-MD5 (sdist-1.5.tar.gz) = 58b6fdff4dfeab08bb18d7675664f353
+SHA1 (sdist-1.6.tar.gz) = 5de04da4a637f10328ca1772bc01211173710c2a
diff --git a/net/ssync/Makefile b/net/ssync/Makefile
index c9324dbd69c..05b771c2630 100644
--- a/net/ssync/Makefile
+++ b/net/ssync/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/02/17 18:19:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/29 22:22:53 kim Exp $
#
-DISTNAME= ssync-1.5
+DISTNAME= ssync-1.6
CATEGORIES= net
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
@@ -13,8 +13,12 @@ DEPENDS+= osname-*:../../sysutils/osname
DEPENDS+= rsync>=2.3.1:../../net/rsync
DEPENDS+= srsh-*:../../net/srsh
+.include "../../mk/bsd.prefs.mk"
+
+SSYNC_PAWD?= pwd
+
NO_CONFIGURE= yes
-ALL_TARGET= all PREFIX=${PREFIX}
+ALL_TARGET= all PREFIX=${PREFIX} PAWD=${SSYNC_PAWD}
INSTALL_TARGET= install PREFIX=${PREFIX}
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ssync/files/md5 b/net/ssync/files/md5
index 41d3a73056a..1a4daa86ef8 100644
--- a/net/ssync/files/md5
+++ b/net/ssync/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 2000/11/20 23:43:20 kim Exp $
+$NetBSD: md5,v 1.3 2001/03/29 22:22:54 kim Exp $
-MD5 (ssync-1.5.tar.gz) = 3f007ce189c22eb66c192f9a3617021f
+SHA1 (ssync-1.6.tar.gz) = 3b5c00c5508e101b76b627d7771246603b1b1986