From owner-svn-ports-head@freebsd.org Mon Jan 23 09:05:11 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B84C0CBA127; Mon, 23 Jan 2017 09:05:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 82912F0F; Mon, 23 Jan 2017 09:05:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0N95ARf023360; Mon, 23 Jan 2017 09:05:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0N95AAb023359; Mon, 23 Jan 2017 09:05:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701230905.v0N95AAb023359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 23 Jan 2017 09:05:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432208 - head/www/smarty3 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.23 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: Mon, 23 Jan 2017 09:05:11 -0000 Author: mat Date: Mon Jan 23 09:05:10 2017 New Revision: 432208 URL: https://svnweb.freebsd.org/changeset/ports/432208 Log: Set DATADIR to a more unique location. Reported by: Matthew D. Fuller Sponsored by: Absolight Modified: head/www/smarty3/Makefile (contents, props changed) Modified: head/www/smarty3/Makefile ============================================================================== --- head/www/smarty3/Makefile Mon Jan 23 08:57:33 2017 (r432207) +++ head/www/smarty3/Makefile Mon Jan 23 09:05:10 2017 (r432208) @@ -4,6 +4,7 @@ PORTNAME= smarty PORTVERSION= 3.1.29 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMESUFFIX= 3 @@ -22,6 +23,8 @@ SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= smarty-php +DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} + do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})