diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /net/gnomba/files/patch-samba-Makefile | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'net/gnomba/files/patch-samba-Makefile')
-rw-r--r-- | net/gnomba/files/patch-samba-Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/gnomba/files/patch-samba-Makefile b/net/gnomba/files/patch-samba-Makefile deleted file mode 100644 index abccde09040e..000000000000 --- a/net/gnomba/files/patch-samba-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- samba/Makefile.orig Sun Jun 16 13:32:01 2002 -+++ samba/Makefile Sun Jun 16 13:34:56 2002 -@@ -1,13 +1,13 @@ - #this should default to something and then be set by configure switches --prefix=/usr/local/samba -+prefix=${LOCALBASE} - exec_prefix=${prefix} --LIBDIR = ${exec_prefix}/lib -+LIBDIR = ${exec_prefix}/etc - LMHOSTSFILE = $(LIBDIR)/lmhosts - CODEPAGEDIR = $(LIBDIR)/codepages --SMBRUN = $(BINDIR)/smbrun -+SMBRUN = $(prefix)/bin/smbrun - DRIVERFILE = $(LIBDIR)/printers.def --SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd --PASSWD_PROGRAM = /bin/passwd -+SMB_PASSWD_FILE = $(prefix)/private/smbpasswd -+PASSWD_PROGRAM = /usr/bin/passwd - - - LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o \ |