summaryrefslogtreecommitdiff
path: root/mail/smtpproxy/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtpproxy/files')
-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)