summaryrefslogtreecommitdiff
path: root/mail/smtpproxy/files/patch-makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 07:37:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 07:37:31 +0000
commitb792cc5809657214baafaf9e6c91c0f2c60ae2d3 (patch)
tree2819644bae64c8f4c44733d6d7dcbf578855d2d2 /mail/smtpproxy/files/patch-makefile
parentNew Features: (diff)
remove unmaintained expired ports from mail
2011-05-01 mail/biabam: Upstream disapear and distfile is no more available 2011-05-01 mail/crashecho: Upstream disapear and distfile is no more available 2011-05-01 mail/drbl: Upstream disapear and distfile is no more available 2011-05-01 mail/glbiff: Upstream disapear and distfile is no more available 2011-05-01 mail/libsrs: Upstream disapear and distfile is no more available 2011-05-01 mail/majorcool: Upstream disapear and distfile is no more available 2011-05-01 mail/messagewall: Upstream disapear and distfile is no more available 2011-05-01 mail/pgen: Upstream disapear and distfile is no more available 2011-05-01 mail/regm: Upstream disapear and distfile is no more available 2011-05-01 mail/ricochet: Upstream disapear and distfile is no more available 2011-05-01 mail/smtpclient: Upstream disapear and distfile is no more available 2011-05-01 mail/smtpproxy: Upstream disapear and distfile is no more available 2011-05-01 mail/solidpop3d: Upstream disapear and distfile is no more available 2011-05-01 mail/spruce: Upstream disapear and distfile is no more available 2011-05-01 mail/teapop-devel: Upstream disapear and distfile is no more available 2011-05-01 mail/wmmail: Upstream disapear and distfile is no more available 2011-05-01 mail/wmmultipop3: Upstream disapear and distfile is no more available 2011-05-01 mail/wmymail: Upstream disapear and distfile is no more available 2011-05-01 mail/xpbiff: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273455
Diffstat (limited to 'mail/smtpproxy/files/patch-makefile')
-rw-r--r--mail/smtpproxy/files/patch-makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/smtpproxy/files/patch-makefile b/mail/smtpproxy/files/patch-makefile
deleted file mode 100644
index 72921f378777..000000000000
--- a/mail/smtpproxy/files/patch-makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- makefile.orig Sat Jun 26 08:51:01 2004
-+++ makefile Sat Jun 26 08:52:52 2004
-@@ -1,6 +1,6 @@
-
--CC = gcc
--CFLAGS = -ggdb -Wall -DVERSION='"$(VERSION)"'
-+CC ?= gcc
-+CFLAGS += -DVERSION='"$(VERSION)"'
-
- VERSION = 1.3.3
- TAR = smtpproxy-$(VERSION)
-@@ -18,9 +18,8 @@
-
- install: all
- strip $(TARGETS)
-- cp smtp.proxy /usr/local/sbin/smtp.proxy
-- cp $(TARGETS) /usr/local/sbin
-- cp *.1 /usr/local/man/man1
-+ ${BSD_INSTALL_PROGRAM} $(TARGETS) ${PREFIX}/libexec/smtp.proxy
-+ ${BSD_INSTALL_MAN} *.1 ${PREFIX}/man/man1
-
-
- smtp.proxy: $(SMTPPROXY)