From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 01:00:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B2B2106564A for ; Thu, 6 Sep 2012 01:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D51858FC14 for ; Thu, 6 Sep 2012 01:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8610994002368 for ; Thu, 6 Sep 2012 01:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86109Dl002355; Thu, 6 Sep 2012 01:00:09 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 01:00:09 GMT Resent-Message-Id: <201209060100.q86109Dl002355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C961065672 for ; Thu, 6 Sep 2012 00:55:40 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id EBD1A8FC0C for ; Thu, 6 Sep 2012 00:55:39 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 00:55:37 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp034) with SMTP; 06 Sep 2012 02:55:37 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 02:55:37 +0200 Message-Id: <20120906005540.87C961065672@hub.freebsd.org> Date: Thu, 06 Sep 2012 02:55:37 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171359: [MAINTAINER] games/connectagram: Makefile simplified X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 01:00:13 -0000 >Number: 171359 >Category: ports >Synopsis: [MAINTAINER] games/connectagram: Makefile simplified >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 01:00:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile simplified Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- connectagram-1.0.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/connectagram/Makefile ./Makefile --- /usr/ports/games/connectagram/Makefile 2012-08-20 18:23:55.000000000 +0200 +++ ./Makefile 2012-09-06 02:48:08.000000000 +0200 @@ -20,28 +20,26 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build corelib gui iconengines imageformats network +USE_QT4= moc_build qmake_build rcc_build corelib gui iconengines imageformats network INSTALLS_ICONS= yes - MAKE_JOBS_SAFE= yes +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro + PORTDATA= * PORTDOCS= ChangeLog PLIST_FILES= bin/${PORTNAME} \ - share/applications/${PORTNAME}.desktop \ - share/icons/hicolor/48x48/apps/${PORTNAME}.png + share/applications/${PORTNAME}.desktop \ + share/icons/hicolor/48x48/apps/${PORTNAME}.png PLIST_DIRSTRY= share/icons/hicolor/48x48/apps \ - share/icons/hicolor/48x48 \ - share/icons/hicolor \ - share/icons \ - share/applications - -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} + share/icons/hicolor/48x48 \ + share/icons/hicolor \ + share/icons \ + share/applications .include @@ -49,9 +47,7 @@ # Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif .include --- connectagram-1.0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: