diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 13:24:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 13:24:14 +0000 |
commit | 394e88cd4afed4de34dbfcd8133d1ea80312054c (patch) | |
tree | 048520e7d396319c44aa8932141f63348284e6c5 /net/kiax | |
parent | bf97229bc9f34a0c68050e05a37f68ab6aca843c (diff) | |
download | pkgsrc-394e88cd4afed4de34dbfcd8133d1ea80312054c.tar.gz |
Convert to user-destdir.
Diffstat (limited to 'net/kiax')
-rw-r--r-- | net/kiax/Makefile | 9 | ||||
-rw-r--r-- | net/kiax/distinfo | 3 | ||||
-rw-r--r-- | net/kiax/patches/patch-aa | 12 |
3 files changed, 20 insertions, 4 deletions
diff --git a/net/kiax/Makefile b/net/kiax/Makefile index af354db079e..9aea2962976 100644 --- a/net/kiax/Makefile +++ b/net/kiax/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/08/26 19:58:10 sno Exp $ +# $NetBSD: Makefile,v 1.15 2009/08/29 13:31:04 wiz Exp $ DISTNAME= kiax-0.8.51-src -PKGNAME= kiax-0.8.51 -#PKGREVISION= 1 +PKGNAME= ${DISTNAME:S/-src//} PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kiax/} @@ -12,12 +11,16 @@ HOMEPAGE= http://www.kiax.org/ COMMENT= Open internet telephony system LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ HAS_CONFIGURE= yes MAKE_JOBS_SAFE= no +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q} do-configure: (cd ${WRKSRC} && ${QTDIR}/bin/qmake -o Makefile qkiax.pro) diff --git a/net/kiax/distinfo b/net/kiax/distinfo index 424fcc46331..11e2674a688 100644 --- a/net/kiax/distinfo +++ b/net/kiax/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.7 2008/06/01 15:25:37 wiz Exp $ +$NetBSD: distinfo,v 1.8 2009/08/29 13:31:04 wiz Exp $ SHA1 (kiax-0.8.51-src.tar.gz) = 5a67df17d478f4f1f5d802e126e6c38fb0834a6b RMD160 (kiax-0.8.51-src.tar.gz) = 8019d742867d0af339210363c42f1c46df422dd2 Size (kiax-0.8.51-src.tar.gz) = 1493268 bytes +SHA1 (patch-aa) = c310aa4a3edb242fa84f7e4c65ef5bd83885974d SHA1 (patch-ab) = 0c0ef51b9f4b0e26e354b15568359022a5cf7db0 SHA1 (patch-ac) = f3f98e74209ab6a5a06e387cae494c08ad7e3238 SHA1 (patch-ad) = 358978a9999d5ab268c65da5bee812d449dc2f92 diff --git a/net/kiax/patches/patch-aa b/net/kiax/patches/patch-aa new file mode 100644 index 00000000000..6ab0ab85edc --- /dev/null +++ b/net/kiax/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.4 2009/08/29 13:31:04 wiz Exp $ + +--- bin/Makefile.orig 2009-08-29 13:25:19.000000000 +0000 ++++ bin/Makefile +@@ -2,6 +2,6 @@ DEST_PATH=/usr/pkg/bin/ + all: + echo 'none' + install: +- cp -f "kiax" $(DEST_PATH) ++ cp -f "kiax" $(INSTALL_ROOT)$(DEST_PATH) + clean: + rm -f kiax |