summaryrefslogtreecommitdiff
path: root/devel/libargparse
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-14 12:55:56 +0000
committerjoerg <joerg>2008-07-14 12:55:56 +0000
commit868d5650cb2632c50c74fa895d2fe5b6c4a36a95 (patch)
tree2ac7a0c732963ecca7c542877ebd1c2f939136e3 /devel/libargparse
parent92d4a5102239bd8876034ebcb04968d161530762 (diff)
downloadpkgsrc-868d5650cb2632c50c74fa895d2fe5b6c4a36a95.tar.gz
Mark as destdir ready.
Diffstat (limited to 'devel/libargparse')
-rw-r--r--devel/libargparse/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile
index 11bf69b33d8..1a795b548ae 100644
--- a/devel/libargparse/Makefile
+++ b/devel/libargparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:16 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/14 12:56:01 joerg Exp $
#
DISTNAME= libargparse-0.1.0000
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.aqsis.org/
COMMENT= Argument parsing library in C++
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++