summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-12-16 11:10:13 +0000
committerasau <asau@pkgsrc.org>2011-12-16 11:10:13 +0000
commit21efb31f9f7863f288f8c4130515da56bed45943 (patch)
treec7e713860123a1c389959e7f06e77a165db4c7d0 /net
parent0383f3f3b3f42446e896f90e748a02bbdc440fac (diff)
downloadpkgsrc-21efb31f9f7863f288f8c4130515da56bed45943.tar.gz
Remove accidentaly resurrected patches.
Diffstat (limited to 'net')
-rw-r--r--net/samba/patches/patch-ax13
-rw-r--r--net/samba/patches/patch-ay13
2 files changed, 0 insertions, 26 deletions
diff --git a/net/samba/patches/patch-ax b/net/samba/patches/patch-ax
deleted file mode 100644
index 62bcfbf6765..00000000000
--- a/net/samba/patches/patch-ax
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ax,v 1.3 2008/04/03 20:19:42 jlam Exp $
-
---- script/installscripts.sh.orig 2007-11-14 22:15:04.000000000 -0500
-+++ script/installscripts.sh
-@@ -12,7 +12,7 @@ echo Installing scripts in $BINDIR
-
- for d in $BINDIR; do
- if [ ! -d $d ]; then
-- mkdir $d
-+ mkdir -p $d
- if [ ! -d $d ]; then
- echo Failed to make directory $d
- echo Have you run installbin first?
diff --git a/net/samba/patches/patch-ay b/net/samba/patches/patch-ay
deleted file mode 100644
index 04373abad20..00000000000
--- a/net/samba/patches/patch-ay
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ay,v 1.4 2008/04/03 20:19:42 jlam Exp $
-
---- script/installswat.sh.orig 2007-11-14 22:15:04.000000000 -0500
-+++ script/installswat.sh
-@@ -140,7 +140,7 @@ if [ -d $SRCDIR../docs/htmldocs/ ]; then
-
- INSTALLDIR="$DESTDIR/$SWATDIR/help/`echo $dir | sed 's/htmldocs\///g'`"
- if test ! -d "$INSTALLDIR" -a "$mode" = 'install'; then
-- mkdir "$INSTALLDIR"
-+ mkdir -p "$INSTALLDIR"
- if test ! -d "$INSTALLDIR"; then
- echo "Failed to make directory $INSTALLDIR, does $USER have privileges? "
- exit 1