diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-22 22:45:06 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-22 22:45:06 +0000 |
commit | adea17533fe4fd1a0e21892335427b94907bd57f (patch) | |
tree | be7c5c4d505350272899d319ecf12dfb09884210 /www/hypermail/files/patch-af | |
parent | corrected checksum... (diff) |
Upgrade from 1.02 -> 20b3, associated changes.
Submitted by: Alex Perel <veers@disturbed.net> (new maintainer)
Notes
Notes:
svn path=/head/; revision=17357
Diffstat (limited to 'www/hypermail/files/patch-af')
-rw-r--r-- | www/hypermail/files/patch-af | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/hypermail/files/patch-af b/www/hypermail/files/patch-af new file mode 100644 index 000000000000..9ebd53695fdb --- /dev/null +++ b/www/hypermail/files/patch-af @@ -0,0 +1,30 @@ +diff -r -u ../hypermail-orig/archive/Makefile.in archive/Makefile.in +--- ../hypermail-orig/archive/Makefile.in Thu Aug 20 23:12:36 1998 ++++ archive/Makefile.in Tue Jan 5 08:21:50 1988 +@@ -11,7 +11,7 @@ + + CC=@CC@ + +-CFLAGS=@CFLAGS@ ++CFLAGS?=@CFLAGS@ + + ################################################### + # +@@ -24,7 +24,7 @@ + # This is a SAMPLE file. + + # PROGS = hmail hrdmsg isnmail isn-rdmsg wuftpdmail wu-rdmsg nu-mail nu-rdmsg na-mail na-rdmsg +-PROGS = htestmail htestrdmsg ++PROGS = + + all: $(PROGS) + +@@ -75,7 +75,7 @@ + lint $(LINT_FLAGS) $(SOURCE) | tee Lint.out + + #install: $(bindir)/isnmail $(bindir)/isn-rdmsg +-install: $(bindir)/hmail $(bindir)/hrdmsg ++install: + + install_all: \ + $(bindir)/hmail \ |