summaryrefslogtreecommitdiff
path: root/comms/gsmlib/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-29 16:27:13 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-29 16:27:13 +0000
commit134f7a831762e78481157e10b8185ea09a79ee11 (patch)
tree16e25e32027b1ff46e721ee0f6938b90d53a11f3 /comms/gsmlib/Makefile
parentb752d06e72c8a727627f65d50c2da73a49db0f4a (diff)
downloadpkgsrc-134f7a831762e78481157e10b8185ea09a79ee11.tar.gz
DESTDIR support
Diffstat (limited to 'comms/gsmlib/Makefile')
-rw-r--r--comms/gsmlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
index 0e3d9b71cb3..c90d9f7eacf 100644
--- a/comms/gsmlib/Makefile
+++ b/comms/gsmlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:30 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2010/01/29 16:27:13 joerg Exp $
#
DISTNAME= gsmlib-1.10
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pxh.de/fs/gsmlib/
COMMENT= Library to access GSM mobile phones through GSM modems or IrDA devices
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= YES