diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 19:01:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 19:01:16 +0000 |
commit | 99df06ad5c9b7bf628f93fdda955eb01cff2a7af (patch) | |
tree | 4c7de2473c5d8ceb451b75331dafda3c9d79d7cc /www/qDecoder | |
parent | 54f78bfde8eb43c82eaa756e4830813797f0ff1a (diff) | |
download | pkgsrc-99df06ad5c9b7bf628f93fdda955eb01cff2a7af.tar.gz |
user-destdir support
Diffstat (limited to 'www/qDecoder')
-rw-r--r-- | www/qDecoder/Makefile | 14 | ||||
-rw-r--r-- | www/qDecoder/distinfo | 4 | ||||
-rw-r--r-- | www/qDecoder/patches/patch-aa | 4 |
3 files changed, 12 insertions, 10 deletions
diff --git a/www/qDecoder/Makefile b/www/qDecoder/Makefile index c40ca1effe9..ca2e14fe1a9 100644 --- a/www/qDecoder/Makefile +++ b/www/qDecoder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/11/27 21:15:36 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/07 19:01:16 joerg Exp $ # DISTNAME= qDecoder-9.0.1 @@ -9,6 +9,8 @@ MAINTAINER= jypak@users.sourceforge.net HOMEPAGE= http://www.qDecoder.org/ COMMENT= Web Application Interface for C/C++ (CGI Library) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LIBTOOL= YES INSTALLATION_DIRS= include lib share/doc/qDecoder share/doc/qDecoder/html \ @@ -16,12 +18,12 @@ INSTALLATION_DIRS= include lib share/doc/qDecoder share/doc/qDecoder/html \ post-install: cd ${WRKSRC}; ${INSTALL_DATA} AUTHORS CHANGES COPYING \ - qDecoder.jpg ${PREFIX}/share/doc/qDecoder - cd ${WRKSRC}/src; ${INSTALL_DATA} qDecoder.h ${PREFIX}/include - cd ${WRKSRC}/doc/html; ${INSTALL_DATA} * ${PREFIX}/share/doc/qDecoder/html + qDecoder.jpg ${DESTDIR}${PREFIX}/share/doc/qDecoder + cd ${WRKSRC}/src; ${INSTALL_DATA} qDecoder.h ${DESTDIR}${PREFIX}/include + cd ${WRKSRC}/doc/html; ${INSTALL_DATA} * ${DESTDIR}${PREFIX}/share/doc/qDecoder/html cd ${WRKSRC}/examples; ${INSTALL_DATA} *.c *.conf s*.in \ - *.html ${PREFIX}/share/examples/qDecoder + *.html ${DESTDIR}${PREFIX}/share/examples/qDecoder cd ${WRKSRC}/examples/qDecoder-upload; ${INSTALL_DATA} *.html *.js \ - ${PREFIX}/share/examples/qDecoder/qDecoder-upload + ${DESTDIR}${PREFIX}/share/examples/qDecoder/qDecoder-upload .include "../../mk/bsd.pkg.mk" diff --git a/www/qDecoder/distinfo b/www/qDecoder/distinfo index 94af5ad88e0..58bc206a715 100644 --- a/www/qDecoder/distinfo +++ b/www/qDecoder/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2008/11/27 21:15:36 minskim Exp $ +$NetBSD: distinfo,v 1.7 2009/07/07 19:01:16 joerg Exp $ SHA1 (qDecoder-9.0.1.tar.gz) = 45cd8c6c8f73e92c0c77ec2ffa8bc8f80402213e RMD160 (qDecoder-9.0.1.tar.gz) = 765fb180e80ad55d0a379529af5c46fffd246db5 Size (qDecoder-9.0.1.tar.gz) = 266821 bytes -SHA1 (patch-aa) = 2427aa0f30240a451c0c607e50df5f36e4c5b721 +SHA1 (patch-aa) = b142b4be25c7efe6acc5f9e294bc66e0596ff63b SHA1 (patch-ab) = 4cc1889cd730bba9b4350cc49b738a7f534bc5ea SHA1 (patch-ac) = 127491d4e7cc90371e23d0c93b63ea514676e712 diff --git a/www/qDecoder/patches/patch-aa b/www/qDecoder/patches/patch-aa index 7c1f4211cee..93021d5c676 100644 --- a/www/qDecoder/patches/patch-aa +++ b/www/qDecoder/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2008/11/27 21:15:36 minskim Exp $ +$NetBSD: patch-aa,v 1.5 2009/07/07 19:01:17 joerg Exp $ --- src/Makefile.in.orig 2008-11-17 16:55:36.000000000 +0900 +++ src/Makefile.in @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.4 2008/11/27 21:15:36 minskim Exp $ - ${INSTALL_DATA} ${SLIBREALNAME} ${LIBDIR}/${SLIBREALNAME} - ${RM} -f ${LIBDIR}/${SLIBNAME} - ${LN_S} ${LIBDIR}/${SLIBREALNAME} ${LIBDIR}/${SLIBNAME} -+ ${LIBTOOL} --mode=install ${INSTALL} ${LIBNAME:.a=.la} ${LIBDIR} ++ ${LIBTOOL} --mode=install ${INSTALL} ${LIBNAME:.a=.la} ${DESTDIR}${LIBDIR} deinstall: uninstall uninstall: |