summaryrefslogtreecommitdiff
path: root/net/samba/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-06-04 06:12:21 +0000
committerjlam <jlam@pkgsrc.org>2003-06-04 06:12:21 +0000
commit13a527e481b2737e53e0e8a5de008715c93b9240 (patch)
tree1a434d91f9a8b5d9b10dfe993907c506062f3b8a /net/samba/patches
parent75a6360ed6c6f71622044a371d1740ffc07793f5 (diff)
downloadpkgsrc-13a527e481b2737e53e0e8a5de008715c93b9240.tar.gz
Bump the PKGREVISION for net/samba to 2:
* findsmb is a perl script, and we need to substitute the correct path to the perl interpreter. * Don't create ${PREFIX}/private during a "make install" as it's a completely useless directory. * Don't bother to install the completely outdated Samba HTML documentation that is superseded by the Samba HOWTO Collection documentation.
Diffstat (limited to 'net/samba/patches')
-rw-r--r--net/samba/patches/patch-ag13
1 files changed, 11 insertions, 2 deletions
diff --git a/net/samba/patches/patch-ag b/net/samba/patches/patch-ag
index cc7b50b73a0..694decd58dc 100644
--- a/net/samba/patches/patch-ag
+++ b/net/samba/patches/patch-ag
@@ -1,7 +1,16 @@
-$NetBSD: patch-ag,v 1.1 2001/07/13 16:08:41 taca Exp $
+$NetBSD: patch-ag,v 1.2 2003/06/04 06:12:22 jlam Exp $
---- script/installbin.sh.orig Sat Jan 13 04:28:02 2001
+--- script/installbin.sh.orig Fri Jan 12 11:28:02 2001
+++ script/installbin.sh
+@@ -11,7 +11,7 @@
+ shift
+ shift
+
+-for d in $BASEDIR $BINDIR $LIBDIR $VARDIR $BASEDIR/private; do
++for d in $BASEDIR $BINDIR $LIBDIR $VARDIR; do
+ if [ ! -d $d ]; then
+ mkdir $d
+ if [ ! -d $d ]; then
@@ -30,7 +30,9 @@
mv $BINDIR/$p2 $BINDIR/$p2.old
fi