summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-15 18:52:40 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-15 18:52:40 +0000
commit8e0ed9ddbe281c471951dafb895155e36ffaf10b (patch)
treeb977a5ce9c87308ffe0e2704825e98e445c15920 /ham
parent5adb5f3c9d56f36d6136538ae12bf113ce82038a (diff)
downloadpkgsrc-8e0ed9ddbe281c471951dafb895155e36ffaf10b.tar.gz
DESTDIR support.
Diffstat (limited to 'ham')
-rw-r--r--ham/hamlib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index 34453a8d9df..bdfde0f7df2 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/12/06 08:48:03 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2009/02/15 18:52:40 joerg Exp $
#
DISTNAME= hamlib-1.2.7.1
@@ -10,6 +10,8 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://hamlib.sourceforge.net/
COMMENT= API for digital communications equipment
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
@@ -23,7 +25,6 @@ CONFIGURE_ARGS+=--without-tcl-binding \
# when none is needed.
CONFIGURE_ENV+= PYTHON=/nonexistent
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
+INSTALLATION_DIRS= include/hamlib
.include "../../mk/bsd.pkg.mk"