summaryrefslogtreecommitdiff
path: root/security/libfwbuilder/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-27 21:47:00 +0000
committerjoerg <joerg>2010-01-27 21:47:00 +0000
commit2df9bd7054c2f94c4133be1baabe2800e6f099ce (patch)
treecc7eb04bc9bca6610f617c39a61fdb685e075f41 /security/libfwbuilder/Makefile
parent95cbf3d278282625dc040379b4d31d2e9b852b5b (diff)
downloadpkgsrc-2df9bd7054c2f94c4133be1baabe2800e6f099ce.tar.gz
DESTDIR support
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r--security/libfwbuilder/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index 20fbf1a4a6f..012d3a1cc4a 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2010/01/18 09:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2010/01/27 21:50:27 joerg Exp $
DISTNAME= libfwbuilder-2.0.12
PKGREVISION= 2
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fwbuilder.org/
COMMENT= Firewall Builder API
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= libfwbuilder21-[0-9]*
USE_LIBTOOL= yes
@@ -16,6 +18,8 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
+INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/net-snmp/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"