Date: Mon, 24 Mar 2014 02:34:34 +0200 (EET) From: Johannes Jost Meixner <xmj@chaot.net> To: FreeBSD-gnats-submit@freebsd.org Cc: xmj@chaot.net, kaiw27@gmail.com Subject: ports/187892: [PATCH] net-im/qq: Stage Message-ID: <10811816302019644611.enqueue@mx12.chaot.net> Resent-Message-ID: <201403240040.s2O0e1D1001512@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187892 >Category: ports >Synopsis: [PATCH] net-im/qq: Stage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 00:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #6: Wed Mar 19 11:02:48 EET 2014 >Description: - Stagify Port maintainer (kaiw27@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.22 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- qq-v1.0.2.b1.i386.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 348914) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= qq DISTVERSION= v1.0.2-beta1_i386 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://dl_dir.qq.com/linuxqq/ DISTNAME= linuxqq_${DISTVERSION} @@ -21,7 +21,6 @@ SUB_FILES= qq.sh SUB_LIST+= QQDIR=${QQDIR} -NO_STAGE= yes .include <bsd.port.pre.mk> pre-fetch: @@ -37,9 +36,9 @@ @${ECHO_MSG} "" do-install: - @${MKDIR} ${PREFIX}/${QQDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/qq ${PREFIX}/${QQDIR}/ - ${INSTALL_DATA} ${WRKSRC}/res.db ${PREFIX}/${QQDIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/qq.sh ${PREFIX}/bin/qq + @${MKDIR} ${STAGEDIR}${PREFIX}/${QQDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/qq ${STAGEDIR}${PREFIX}/${QQDIR}/ + ${INSTALL_DATA} ${WRKSRC}/res.db ${STAGEDIR}${PREFIX}/${QQDIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/qq.sh ${STAGEDIR}${PREFIX}/bin/qq .include <bsd.port.post.mk> --- qq-v1.0.2.b1.i386.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10811816302019644611.enqueue>