From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 14:46:37 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 297FE5D1; Tue, 10 Jun 2014 14:46:37 +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 16D1E2DEE; Tue, 10 Jun 2014 14:46:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AEkaWe041958; Tue, 10 Jun 2014 14:46:36 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AEkaNF041957; Tue, 10 Jun 2014 14:46:36 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406101446.s5AEkaNF041957@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 10 Jun 2014 14:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357317 - head/science/mol2ps 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: Tue, 10 Jun 2014 14:46:37 -0000 Author: vanilla Date: Tue Jun 10 14:46:36 2014 New Revision: 357317 URL: http://svnweb.freebsd.org/changeset/ports/357317 QAT: https://qat.redports.org/buildarchive/r357317/ Log: Stagify. Modified: head/science/mol2ps/Makefile Modified: head/science/mol2ps/Makefile ============================================================================== --- head/science/mol2ps/Makefile Tue Jun 10 14:44:22 2014 (r357316) +++ head/science/mol2ps/Makefile Tue Jun 10 14:46:36 2014 (r357317) @@ -26,14 +26,13 @@ USE_FPC= yes PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) - (cd ${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg) - @${MKDIR} ${DATADIR} - (cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${DATADIR}) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin) + (cd ${STAGEDIR}${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${STAGEDIR}${DATADIR}) .include