From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 16:25:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06C3A903; Wed, 12 Feb 2014 16:25:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E37B413AE; Wed, 12 Feb 2014 16:25:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CGPl2B073283; Wed, 12 Feb 2014 16:25:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CGPloq073282; Wed, 12 Feb 2014 16:25:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402121625.s1CGPloq073282@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 12 Feb 2014 16:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343938 - head/www/tinymce 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.17 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: Wed, 12 Feb 2014 16:25:48 -0000 Author: sunpoet Date: Wed Feb 12 16:25:47 2014 New Revision: 343938 URL: http://svnweb.freebsd.org/changeset/ports/343938 QAT: https://qat.redports.org/buildarchive/r343938/ Log: - Update maintainer section - Simplify Makefile Modified: head/www/tinymce/Makefile Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Wed Feb 12 16:11:06 2014 (r343937) +++ head/www/tinymce/Makefile Wed Feb 12 16:25:47 2014 (r343938) @@ -19,18 +19,18 @@ CONFLICTS_INSTALL= tinymce-[0-35-9]* tin NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} +post-extract: + @cd ${WRKSRC}/ && ${FIND} -s * -type d -empty | ${XARGS} -I % ${TOUCH} %/.keepme + do-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ # maintainer section: #MS_DIRRMTRY= # empty -MS_EMPTYDIRS= ${WRKDIR}/.ms-empty-directories MS_PLIST= ${WRKDIR}/.ms-pkg-plist genplist: do-clean extract - cd ${WRKSRC}/ && ${FIND} -s * -type d -empty | ${XARGS} >> ${MS_EMPTYDIRS} - ${SED} 's|[^ ]*|&/.keepme|g' ${MS_EMPTYDIRS} | ${XARGS} -J % ${TOUCH} % ${ECHO} "@owner www" > ${MS_PLIST} ${ECHO} "@group www" >> ${MS_PLIST} cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} 's|^|%%WWWDIR%%/|' >> ${MS_PLIST} @@ -42,6 +42,5 @@ genplist: do-clean extract # ${REINPLACE_CMD} '/^@dirrm %%WWWDIR%%\/${dir:C/\//\\\//g}$$/ s|@dirrm|&try|' ${MS_PLIST} #.endfor ${INSTALL} -m 600 ${MS_PLIST} ${PLIST} - ${REINPLACE_CMD} -e "/^EMPTYDIRS=/ s| .*$$| `${CAT} ${MS_EMPTYDIRS}`|" ${.CURDIR}/Makefile .include