From owner-svn-ports-all@FreeBSD.ORG Thu May 29 17:36:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65404307; Thu, 29 May 2014 17:36:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5280421FC; Thu, 29 May 2014 17:36:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4THauWV021251; Thu, 29 May 2014 17:36:56 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4THauYG021250; Thu, 29 May 2014 17:36:56 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405291736.s4THauYG021250@svn.freebsd.org> From: John Marino Date: Thu, 29 May 2014 17:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355717 - head/deskutils/tine20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 17:36:56 -0000 Author: marino Date: Thu May 29 17:36:55 2014 New Revision: 355717 URL: http://svnweb.freebsd.org/changeset/ports/355717 QAT: https://qat.redports.org/buildarchive/r355717/ Log: desktuils/tine20: Simplify port to remove unnecessary targets Both post-extract and post-install targets aren't necessary. In particular the shifting to get the src to extract into the default WRKSRC was not only unnecessary, the home-rolled extraction could break in the future, so just clean the whole thing up. Verified on Redports. Modified: head/deskutils/tine20/Makefile Modified: head/deskutils/tine20/Makefile ============================================================================== --- head/deskutils/tine20/Makefile Thu May 29 17:26:42 2014 (r355716) +++ head/deskutils/tine20/Makefile Thu May 29 17:36:55 2014 (r355717) @@ -13,10 +13,9 @@ COMMENT= Professional Open Source Groupw LICENSE_FILE= ${WRKSRC}/LICENSE -USE_BZIP2= yes - +USES= tar:bzip2 NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR} SUB_FILES= pkg-message SUB_LIST= DISTNAME=${DISTNAME} @@ -26,23 +25,16 @@ APC_DESC= Enable pecl-APC support MEMCACHE_DESC= Enable pecl-memcache support USE_MYSQL= yes -USE_PHP= ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml spl xml zip +USE_PHP= ctype dom gd iconv json mcrypt mysql pdo_mysql simplexml \ + spl xml zip WANT_PHP_WEB= yes APC_USE= php=apc LDAP_USE= php=ldap MEMCACHE_USE= php=memcache -do-extract: - @${RM} -rf ${WRKDIR} - ${MKDIR} ${WRKDIR}/${PORTNAME} - cd ${WRKDIR}/${PORTNAME} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} -post-install: - ${CAT} ${PKGMESSAGE} - .include