diff options
author | kim <kim> | 2001-03-29 22:22:53 +0000 |
---|---|---|
committer | kim <kim> | 2001-03-29 22:22:53 +0000 |
commit | e785af3a794f07b847a1a51c3c89d823ae74304a (patch) | |
tree | a707c2d9a05771a37045f36dd3d2103cc71a30a9 /net/sdist | |
parent | 6e66b85e0999d44638e96ed0dd0001619c1beacc (diff) | |
download | pkgsrc-e785af3a794f07b847a1a51c3c89d823ae74304a.tar.gz |
Make the default method of determining the current working directory
use "pwd" instead of "pawd". NOTE: if you are running amd you'll
want to set SDIST_PAWD and SSYNC_PAWD to "pawd" in /etc/mk.conf now.
Diffstat (limited to 'net/sdist')
-rw-r--r-- | net/sdist/Makefile | 10 | ||||
-rw-r--r-- | net/sdist/files/md5 | 4 |
2 files changed, 9 insertions, 5 deletions
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 |