Control the install destination for header files with INCLUDEDIR, not

INCDIR.

Bump PORTREVISION accordingly.

Submitted by:	author
This commit is contained in:
Sheldon Hearn 2002-10-23 16:25:38 +00:00
parent 42698ba3ea
commit 53f70c2fda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68674
2 changed files with 5 additions and 3 deletions

View file

@ -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/

View file

@ -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>