diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 13:05:06 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 13:05:06 +0000 |
commit | 6cfaa0e6e28d9f6770c9320b367be023af0fb8af (patch) | |
tree | 06c600b4bd01f1f47f56993d87494b59be0ce681 /net/samba4wins/files/patch-main.mk | |
parent | Replace BROKEN with IGNORE. (diff) |
The Samba4WINS project provides a full featured replicating WINS server
for UNIX. It is a spinoff of the Samba 4 project, the upcoming version
of the Samba software suite and will also be available as part of the
Samba suite as soon as Samba 4 is released.
WWW: http://enterprisesamba.org/index.php?id=88
PR: ports/95774
Submitted by: Timur I. Bakeyev <timur@gnu.org>
Notes
Notes:
svn path=/head/; revision=159870
Diffstat (limited to 'net/samba4wins/files/patch-main.mk')
-rw-r--r-- | net/samba4wins/files/patch-main.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba4wins/files/patch-main.mk b/net/samba4wins/files/patch-main.mk new file mode 100644 index 000000000000..af8793ebeb3a --- /dev/null +++ b/net/samba4wins/files/patch-main.mk @@ -0,0 +1,12 @@ +--- main.mk.orig Sun Apr 9 04:52:10 2006 ++++ main.mk Sun Apr 9 04:52:33 2006 +@@ -86,8 +86,7 @@ + -DMODULESDIR=\"$(MODULESDIR)\" -DJSDIR=\"$(JSDIR)\" \ + -DSETUPDIR=\"$(SETUPDIR)\" + +-install: showlayout installbin installdat installswat installmisc installlib \ +- installheader installpc ++install: showlayout installbin installdat installmisc installlib installpc + + # DESTDIR is used here to prevent packagers wasting their time + # duplicating the Makefile. Remove it and you will have the privilege |