svn commit: r343087 - head/databases/db41

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 14:11:48 UTC 2014


Author: miwi
Date: Thu Feb  6 14:11:47 2014
New Revision: 343087
URL: http://svnweb.freebsd.org/changeset/ports/343087
QAT: https://qat.redports.org/buildarchive/r343087/

Log:
  - Stage support

Modified:
  head/databases/db41/Makefile

Modified: head/databases/db41/Makefile
==============================================================================
--- head/databases/db41/Makefile	Thu Feb  6 14:10:06 2014	(r343086)
+++ head/databases/db41/Makefile	Thu Feb  6 14:11:47 2014	(r343087)
@@ -23,11 +23,12 @@ DEPRECATED=	Please use databases/db5 or 
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
 
+USES=		desthack
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	../dist/configure
 CONFIGURE_ARGS=	--enable-compat185 --enable-dump185 \
 		--enable-cxx --enable-dynamic \
-		--includedir=${PREFIX}/include/db41
+		--includedir=${STAGEDIR}${PREFIX}/include/db41
 USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>
@@ -37,8 +38,6 @@ INSTALL_TARGET=	install install_docs
 PORTDOCS=	*
 .endif
 
-NO_STAGE=	yes
-
 .if ${ARCH} == amd64
 CONFIGURE_ARGS+=	--with-mutex=x86/gcc-assembly
 .endif


More information about the svn-ports-head mailing list