summaryrefslogtreecommitdiff
path: root/net/sdist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdist/Makefile')
-rw-r--r--net/sdist/Makefile10
1 files changed, 7 insertions, 3 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"