diff options
author | joerg <joerg> | 2009-02-15 18:52:40 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-15 18:52:40 +0000 |
commit | ae1df5b555b1c5fa3b1d39ca409170e33662ebe1 (patch) | |
tree | b977a5ce9c87308ffe0e2704825e98e445c15920 /ham | |
parent | 340191d5a9a8e0246f99e03d9cc14b149269d596 (diff) | |
download | pkgsrc-ae1df5b555b1c5fa3b1d39ca409170e33662ebe1.tar.gz |
DESTDIR support.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/hamlib/Makefile | 7 |
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" |