From 21efb31f9f7863f288f8c4130515da56bed45943 Mon Sep 17 00:00:00 2001 From: asau Date: Fri, 16 Dec 2011 11:10:13 +0000 Subject: Remove accidentaly resurrected patches. --- net/samba/patches/patch-ax | 13 ------------- net/samba/patches/patch-ay | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 net/samba/patches/patch-ax delete mode 100644 net/samba/patches/patch-ay (limited to 'net') 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 -- cgit v1.2.3