summaryrefslogtreecommitdiff
path: root/mail/popd/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/popd/files')
-rw-r--r--mail/popd/files/patch-lib::Makefile18
-rw-r--r--mail/popd/files/patch-src::Makefile27
2 files changed, 0 insertions, 45 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>
diff --git a/mail/popd/files/patch-src::Makefile b/mail/popd/files/patch-src::Makefile
deleted file mode 100644
index 0637324b9b82..000000000000
--- a/mail/popd/files/patch-src::Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/Makefile.orig Thu Dec 27 12:13:00 2001
-+++ src/Makefile Fri Jan 18 16:14:29 2002
-@@ -3,14 +3,19 @@
- #
-
- PROG= popd
--CFLAGS+= -Wall -Werror -pedantic -I../lib -L../lib -L/usr/local/lib \
-+CFLAGS+= -Wall -pedantic -I../lib -L../lib \
- -DUSE_SSL -DUSE_IPV6
- LDADD= -lcrypt -lmd -lradius -lpoputil -lssl -lcrypto
--DPSDD= ${LIBCRYPT} ${LIBMD}
-+DPADD= ${LIBCRYPT} ${LIBMD} ${LIBRADIUS} ${LIBSSL} ${LIBCRYPTO} \
-+ ../lib/libpoputil.a
- SRCS= popd.c authenticate.c transaction.c signals.c proxy.c
- MAN8= popd.8
--DESTDIR=/usr/local/
--BINDIR=bin
--MANDIR=share/man
-+DESTDIR= ${PREFIX}/
-+PREFIX?= /usr/local
-+BINDIR=libexec
-+MANDIR=man/man
-+
-+popd.8: popd.mdoc
-+ sed -e "s,XX_PREFIX_XX,${PREFIX},g" < popd.mdoc > popd.8
-
- .include <bsd.prog.mk>