mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Control the install destination for header files with INCLUDEDIR, not
INCDIR. Bump PORTREVISION accordingly. Submitted by: author
This commit is contained in:
parent
42698ba3ea
commit
53f70c2fda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68674
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= popd
|
PORTNAME= popd
|
||||||
PORTVERSION= 2.0.1
|
PORTVERSION= 2.0.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
|
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- lib/Makefile.orig Fri Dec 7 15:34:54 2001
|
--- lib/Makefile.orig Fri Dec 7 15:34:54 2001
|
||||||
+++ lib/Makefile Fri Jan 18 15:48:02 2002
|
+++ lib/Makefile Fri Jan 18 15:48:02 2002
|
||||||
@@ -3,10 +3,11 @@
|
@@ -3,11 +3,12 @@
|
||||||
LIB=poputil
|
LIB=poputil
|
||||||
SRCS= funcs.c lockfile.c mailbox.c mbox_maildir.c mbox_mailidx.c mbox_mbf.c
|
SRCS= funcs.c lockfile.c mailbox.c mbox_maildir.c mbox_mailidx.c mbox_mbf.c
|
||||||
INCS=poputil.h
|
INCS=poputil.h
|
||||||
@ -12,5 +12,7 @@
|
|||||||
+DESTDIR= ${PREFIX}/
|
+DESTDIR= ${PREFIX}/
|
||||||
+PREFIX?= /usr/local
|
+PREFIX?= /usr/local
|
||||||
LIBDIR=lib
|
LIBDIR=lib
|
||||||
INCDIR=include
|
-INCDIR=include
|
||||||
|
+INCLUDEDIR= include
|
||||||
|
|
||||||
|
.include <bsd.lib.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user