summaryrefslogtreecommitdiff
path: root/mail/popd/files/patch-lib::Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-11-06 18:36:11 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-11-06 18:36:11 +0000
commit80bb221b41f08da22ea361274d8bb25d6447f07b (patch)
treede62bb7f61add39d5f7f19565019f3bebfea7b11 /mail/popd/files/patch-lib::Makefile
parentUpgrade to Version 1.29. (diff)
Update 2.0.1 -> 2.2.0
WARNING!!! This version of popd is not backward-compatible with the previous version, as it uses a config file instead of using more command-line options than ls(1). This version also fixes bulletins and a bunch of bugs.
Notes
Notes: svn path=/head/; revision=69607
Diffstat (limited to 'mail/popd/files/patch-lib::Makefile')
-rw-r--r--mail/popd/files/patch-lib::Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/popd/files/patch-lib::Makefile b/mail/popd/files/patch-lib::Makefile
deleted file mode 100644
index 4251acbd15ad..000000000000
--- a/mail/popd/files/patch-lib::Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/Makefile.orig Fri Dec 7 15:34:54 2001
-+++ lib/Makefile Fri Jan 18 15:48:02 2002
-@@ -3,11 +3,12 @@
- LIB=poputil
- SRCS= funcs.c lockfile.c mailbox.c mbox_maildir.c mbox_mailidx.c mbox_mbf.c
- INCS=poputil.h
--CFLAGS = -g -Wall -O -pipe -fPIC -shared -DUSE_SSL
-+CFLAGS+= -Wall -DUSE_SSL
- SHLIB_MAJOR= 1
- SHLIB_MINOR= 0
--DESTDIR=/usr/local/
-+DESTDIR= ${PREFIX}/
-+PREFIX?= /usr/local
- LIBDIR=lib
--INCDIR=include
-+INCLUDEDIR= include
-
- .include <bsd.lib.mk>