diff options
Diffstat (limited to 'mail/popd/files/patch-lib::Makefile')
-rw-r--r-- | mail/popd/files/patch-lib::Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/popd/files/patch-lib::Makefile b/mail/popd/files/patch-lib::Makefile index 51db44aff5a8..4251acbd15ad 100644 --- a/mail/popd/files/patch-lib::Makefile +++ b/mail/popd/files/patch-lib::Makefile @@ -1,6 +1,6 @@ --- lib/Makefile.orig Fri Dec 7 15:34:54 2001 +++ lib/Makefile Fri Jan 18 15:48:02 2002 -@@ -3,10 +3,11 @@ +@@ -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 @@ -12,5 +12,7 @@ +DESTDIR= ${PREFIX}/ +PREFIX?= /usr/local LIBDIR=lib - INCDIR=include +-INCDIR=include ++INCLUDEDIR= include + .include <bsd.lib.mk> |