summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-05-03 21:39:25 +0000
committerjtb <jtb@pkgsrc.org>2001-05-03 21:39:25 +0000
commit0d2a5fe6a483893dcd113289cdfcf14ad8ebbb85 (patch)
tree19891340b9e1a3ddbe421323b84b05744b7d3bb8 /shells
parent7da11c1dbd351d1e20d32d3ca78ad2376cb7fd0a (diff)
downloadpkgsrc-0d2a5fe6a483893dcd113289cdfcf14ad8ebbb85.tar.gz
Use ${MASTER_SITE_BACKUP}. The original master site (and homepage)
still ask for authorization.
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 4b1745a8208..d026c026203 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -1,15 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2001/04/29 01:15:07 jtb Exp $
-#
-# XXX MASTER_SITES and HOMEPAGE are commented out as they now require
-# authorization for access.
-#
+# $NetBSD: Makefile,v 1.9 2001/05/03 21:39:25 jtb Exp $
DISTNAME= esh-0.8
CATEGORIES= shells
-#MASTER_SITES= http://esh.netpedia.net/
+MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= packages@netbsd.org
-#HOMEPAGE= http://esh.netpedia.net
COMMENT= Unix shell with Lisp-like syntax
WRKSRC= ${WRKDIR}/esh
@@ -26,6 +21,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/esh
cd ${WRKSRC}/doc && ${INSTALL_DATA} esh.html esh_toc.html \
- ${PREFIX}/share/doc/esh/$$i
+ ${PREFIX}/share/doc/esh/
.include "../../mk/bsd.pkg.mk"