aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2001-01-22 20:52:01 +0800
committernectar <nectar@FreeBSD.org>2001-01-22 20:52:01 +0800
commit3e8680aab71b18c7af3fda16f91ab40b07d0bda6 (patch)
tree4bed5c4f81cecd9882333d5630cef3896df9657e /shells
parent3542f8f23c6feb8992395996a3204fbd9066324b (diff)
downloadfreebsd-ports-gnome-3e8680aab71b18c7af3fda16f91ab40b07d0bda6.tar.gz
freebsd-ports-gnome-3e8680aab71b18c7af3fda16f91ab40b07d0bda6.tar.zst
freebsd-ports-gnome-3e8680aab71b18c7af3fda16f91ab40b07d0bda6.zip
Master site disappeared. Use MASTER_SITE_LOCAL.
Noticed by: fenner
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile3
-rw-r--r--shells/esh/files/patch-aa1
-rw-r--r--shells/esh/files/patch-ab2
3 files changed, 2 insertions, 4 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index fad124ed2106..1885a2945415 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -8,7 +8,8 @@
PORTNAME= esh
PORTVERSION= 0.8
CATEGORIES= shells
-MASTER_SITES= http://esh.netpedia.net/
+MASTER_SITES= MASTER_SITE_LOCAL
+MASTER_SITE_SUBDIR=
MAINTAINER= nectar@FreeBSD.org
diff --git a/shells/esh/files/patch-aa b/shells/esh/files/patch-aa
index 9cb43fca561c..55f71d4607d9 100644
--- a/shells/esh/files/patch-aa
+++ b/shells/esh/files/patch-aa
@@ -17,4 +17,3 @@
+CFLAGS+=$(INC)
# No need to change this stuff.
-
diff --git a/shells/esh/files/patch-ab b/shells/esh/files/patch-ab
index 93f73ad712dc..46e36903ba95 100644
--- a/shells/esh/files/patch-ab
+++ b/shells/esh/files/patch-ab
@@ -16,5 +16,3 @@
}
+ signal(SIGCHLD, oldsig);
}
-
-