diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/procmail/files/patch-aa | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/procmail/files/patch-aa')
-rw-r--r-- | mail/procmail/files/patch-aa | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/mail/procmail/files/patch-aa b/mail/procmail/files/patch-aa deleted file mode 100644 index 91a38924c475..000000000000 --- a/mail/procmail/files/patch-aa +++ /dev/null @@ -1,50 +0,0 @@ -*** Makefile.orig Mon Apr 28 04:27:40 1997 ---- Makefile Wed May 14 18:16:50 1997 -*************** -*** 2,8 **** - - # BASENAME should point to where the whole lot will be installed - # change BASENAME to your home directory if need be -! BASENAME = /usr - # For display in the man pages - VISIBLE_BASENAME= $(BASENAME) - ---- 2,8 ---- - - # BASENAME should point to where the whole lot will be installed - # change BASENAME to your home directory if need be -! BASENAME = $(DESTDIR)$(PREFIX) - # For display in the man pages - VISIBLE_BASENAME= $(BASENAME) - -*************** -*** 53,59 **** ---- 53,63 ---- - - # Makefile.0 - mark, don't (re)move this, a sed script needs it - -+ .if defined(BATCH) -+ LOCKINGTEST=/tmp . -+ .else - LOCKINGTEST=__defaults__ -+ .endif - - #LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit. - # If LOCKINGTEST is defined, autoconf will NOT -*************** -*** 86,92 **** - #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized - - # The place to put your favourite extra cc flag -! CFLAGS0 = -O #$(GCC_WARNINGS) - LDFLAGS0= -s - # Read my libs :-) - LIBS= ---- 90,96 ---- - #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized - - # The place to put your favourite extra cc flag -! CFLAGS0 = #-O #$(GCC_WARNINGS) - LDFLAGS0= -s - # Read my libs :-) - LIBS= |