From owner-svn-ports-head@FreeBSD.ORG Sat Sep 13 08:37:16 2014 Return-Path: Delivered-To: svn-ports-head@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 5C95F564; Sat, 13 Sep 2014 08:37:16 +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 47765D55; Sat, 13 Sep 2014 08:37:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8D8bGFq083170; Sat, 13 Sep 2014 08:37:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8D8bGoQ083169; Sat, 13 Sep 2014 08:37:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409130837.s8D8bGoQ083169@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 13 Sep 2014 08:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368077 - head/textproc/html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 08:37:16 -0000 Author: antoine Date: Sat Sep 13 08:37:15 2014 New Revision: 368077 URL: http://svnweb.freebsd.org/changeset/ports/368077 QAT: https://qat.redports.org/buildarchive/r368077/ Log: Allow staging as a regular user Modified: head/textproc/html/Makefile Modified: head/textproc/html/Makefile ============================================================================== --- head/textproc/html/Makefile Sat Sep 13 07:06:39 2014 (r368076) +++ head/textproc/html/Makefile Sat Sep 13 08:37:15 2014 (r368077) @@ -5,9 +5,7 @@ PORTNAME= html PORTVERSION= 4.01 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kuriyama -EXTRACT_ONLY= # empty +MASTER_SITES= LOCAL/kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= All W3C published SGML DTDs for HTML @@ -21,16 +19,12 @@ NO_WRKSUBDIR= yes PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR} PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} -INSTDIR= ${STAGEDIR}${PREFIX}/share/sgml/html +INSTDIR= ${PREFIX}/share/sgml/html XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -pre-su-install: - @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} - do-install: - @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; ${PAX} -r) - @${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f` - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} + ${MKDIR} ${STAGEDIR}${INSTDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} "2.0 3.2 4.0 4.01 catalog" ${STAGEDIR}${INSTDIR}) .include