diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-23 14:46:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-23 14:46:41 +0000 |
commit | 10fee85fffd549aeba8dec2996aeab604514d13e (patch) | |
tree | ab9d6c7136bd9cbe947d466f13043daae4610368 /net/gatekeeper/files/patch-makefile | |
parent | readd DRAC support to mail/courier-imap (diff) |
- Update to 2.2.2
- Take maintainership
PR: ports/82454
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=137934
Diffstat (limited to 'net/gatekeeper/files/patch-makefile')
-rw-r--r-- | net/gatekeeper/files/patch-makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/gatekeeper/files/patch-makefile b/net/gatekeeper/files/patch-makefile deleted file mode 100644 index c0271eefd306..000000000000 --- a/net/gatekeeper/files/patch-makefile +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.orig Thu Aug 28 08:22:41 2003 ---- Makefile Thu Aug 28 08:22:54 2003 -*************** endif -*** 187,193 **** - - # extra targets - addpasswd: $(OBJDIR)/addpasswd.o -! $(CXX) -o $(OBJDIR)/addpasswd $(CFLAGS) $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE) $(ENDLDLIBS) $(ENDLDFLAGS) - - doc: docs/manual.sgml - cd docs; sgml2html manual.sgml; \ ---- 187,193 ---- - - # extra targets - addpasswd: $(OBJDIR)/addpasswd.o -! $(CXX) -o $(OBJDIR)/addpasswd $(CFLAGS) $(OBJDIR)/addpasswd.o $(LDFLAGS) -l$(PTLIB_BASE)$(LIB_TYPE)_s $(ENDLDLIBS) $(ENDLDFLAGS) - - doc: docs/manual.sgml - cd docs; sgml2html manual.sgml; \ |