From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 20:26:48 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 F09ADD07; Thu, 26 Jun 2014 20:26: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDFCC252C; Thu, 26 Jun 2014 20:26:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QKQmAD098441; Thu, 26 Jun 2014 20:26:48 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QKQmbP098440; Thu, 26 Jun 2014 20:26:48 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201406262026.s5QKQmbP098440@svn.freebsd.org> From: Pawel Pekala Date: Thu, 26 Jun 2014 20:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359418 - head/polish/fortunepl 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, 26 Jun 2014 20:26:49 -0000 Author: pawel Date: Thu Jun 26 20:26:48 2014 New Revision: 359418 URL: http://svnweb.freebsd.org/changeset/ports/359418 QAT: https://qat.redports.org/buildarchive/r359418/ Log: - Add staging support - Unmute install commands Modified: head/polish/fortunepl/Makefile Modified: head/polish/fortunepl/Makefile ============================================================================== --- head/polish/fortunepl/Makefile Thu Jun 26 20:17:59 2014 (r359417) +++ head/polish/fortunepl/Makefile Thu Jun 26 20:26:48 2014 (r359418) @@ -12,7 +12,7 @@ PATCHFILES= fortunes-pl_${PORTVERSION}.f fortunes-pl_${PORTVERSION}.filozofia MAINTAINER= ports@FreeBSD.org -COMMENT= A lot of funny Polish fortune files +COMMENT= Lot of funny Polish fortune files STRCMD= /usr/games/strfile WRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION}.orig @@ -28,7 +28,6 @@ FORTUNES= 7thguard advocacy apcoh argant teleturnieje testnaosobowosc wierszyki wieza-pilot zen \ znaki_zodiaku -NO_STAGE= yes pre-everything:: .if !exists(${STRCMD}) IGNORE= need strfile command. Please install games distribution of base system @@ -44,13 +43,12 @@ do-build: .endfor do-install: - @${MKDIR} ${PREFIX}/share/games - @${MKDIR} ${PREFIX}/share/games/fortune - @${MKDIR} ${PREFIX}/share/games/fortune/pl + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/pl .for FILE in ${FORTUNES} - @${ECHO_CMD} "Installing ${FILE} into ${PREFIX}/share/games/fortune/pl/" - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/games/fortune/pl - @${INSTALL_DATA} ${WRKSRC}/${FILE}.dat ${PREFIX}/share/games/fortune/pl + ${INSTALL_DATA} ${WRKSRC}/${FILE} \ + ${STAGEDIR}${PREFIX}/share/games/fortune/pl + ${INSTALL_DATA} ${WRKSRC}/${FILE}.dat \ + ${STAGEDIR}${PREFIX}/share/games/fortune/pl .endfor post-install: