aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-16 05:02:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-16 05:02:54 +0000
commit1c73a18719324f3d537f7cae8fc42b8e11320d3b (patch)
tree3633e1978426a407a5a550e7e6fb745b49c85276
parent877284128ca5eeedd38af8704f4ec652d145f4af (diff)
downloadports-1c73a18719324f3d537f7cae8fc42b8e11320d3b.tar.gz
ports-1c73a18719324f3d537f7cae8fc42b8e11320d3b.zip
Notes
-rw-r--r--mail/vrfy/Makefile3
-rw-r--r--mail/vrfy/files/patch-aa23
2 files changed, 22 insertions, 4 deletions
diff --git a/mail/vrfy/Makefile b/mail/vrfy/Makefile
index 67e68de44fc9..c7179984dd0c 100644
--- a/mail/vrfy/Makefile
+++ b/mail/vrfy/Makefile
@@ -20,7 +20,8 @@ MAN1= vrfy.1
MANCOMPRESSED= yes
PLIST_FILES= bin/vrfy
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/vrfy ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}
diff --git a/mail/vrfy/files/patch-aa b/mail/vrfy/files/patch-aa
index 66cf5191521c..2cee79de475f 100644
--- a/mail/vrfy/files/patch-aa
+++ b/mail/vrfy/files/patch-aa
@@ -1,6 +1,23 @@
---- Makefile~ Tue Oct 7 20:40:40 1997
-+++ Makefile Sun Sep 10 05:07:32 2000
-@@ -91,10 +91,10 @@
+--- Makefile.orig Tue Oct 7 07:40:40 1997
++++ Makefile Sun Oct 16 01:01:05 2005
+@@ -69,13 +69,11 @@
+ COPTS =
+ COPTS = -O
+
+-CFLAGS = $(COPTS) $(DEFS)
++CFLAGS ?= $(COPTS)
++CFLAGS += $(DEFS)
+
+ # Select your favorite compiler.
+-CC = /usr/ucb/cc #if defined(solaris) && BSD
+-CC = /bin/cc -arch m68k -arch i386 #if defined(next)
+-CC = /bin/cc
+-CC = cc
++CC ?= cc
+
+ # ----------------------------------------------------------------------
+ # Linking definitions.
+@@ -91,10 +89,10 @@
# With BIND 4.9.3 the getnet...() calls are in the resolver library.
# ----------------------------------------------------------------------