summaryrefslogtreecommitdiff
path: root/mail/popd/files/patch-src::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-src::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-src::Makefile')
-rw-r--r--mail/popd/files/patch-src::Makefile27
1 files changed, 0 insertions, 27 deletions
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>