1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/hypermail/files/patch-ae
Bill Fumerola adea17533f Upgrade from 1.02 -> 20b3, associated changes.
Submitted by:	Alex Perel <veers@disturbed.net> (new maintainer)
1999-03-22 22:45:06 +00:00

23 lines
391 B
Plaintext

diff -r -u ../hypermail-orig/src/Makefile.in ./src/Makefile.in
--- src/Makefile.in Thu Aug 20 23:12:36 1998
+++ src/Makefile.in Tue Jan 5 06:53:02 1988
@@ -16,7 +16,7 @@
CC=@CC@
-CFLAGS=@CFLAGS@
+CFLAGS?=@CFLAGS@
LDFLAGS=@LDFLAGS@
NETLIBS=@LIBS@
@@ -50,7 +50,7 @@
$(OBJS): Makefile $(INCS)
-install: all
+install:
install -c -m 0755 hypermail $(bindir)
mail.install: