aboutsummaryrefslogtreecommitdiff
path: root/mail/popd
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-10-23 16:25:38 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-10-23 16:25:38 +0000
commit53f70c2fdac99e52f9a63e862058e2cdd0c97508 (patch)
tree31dd4f38d2352c337bfc5849048733a106e6443c /mail/popd
parent42698ba3ea98ebcc1bb5a1f4e91e091a80a175ad (diff)
downloadports-53f70c2fdac99e52f9a63e862058e2cdd0c97508.tar.gz
ports-53f70c2fdac99e52f9a63e862058e2cdd0c97508.zip
Control the install destination for header files with INCLUDEDIR, not
INCDIR. Bump PORTREVISION accordingly. Submitted by: author
Notes
Notes: svn path=/head/; revision=68674
Diffstat (limited to 'mail/popd')
-rw-r--r--mail/popd/Makefile2
-rw-r--r--mail/popd/files/patch-lib::Makefile6
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile
index d1d65eb691d9..0960c6939c07 100644
--- a/mail/popd/Makefile
+++ b/mail/popd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= popd
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
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>