From owner-svn-ports-head@FreeBSD.ORG Sat May 17 18:35:00 2014 Return-Path: Delivered-To: svn-ports-head@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 9835B326; Sat, 17 May 2014 18:35:00 +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 857D52C10; Sat, 17 May 2014 18:35:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HIZ0A8002045; Sat, 17 May 2014 18:35:00 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HIZ04N002044; Sat, 17 May 2014 18:35:00 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201405171835.s4HIZ04N002044@svn.freebsd.org> From: Pawel Pekala Date: Sat, 17 May 2014 18:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354353 - head/japanese/xv 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 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, 17 May 2014 18:35:00 -0000 Author: pawel Date: Sat May 17 18:35:00 2014 New Revision: 354353 URL: http://svnweb.freebsd.org/changeset/ports/354353 QAT: https://qat.redports.org/buildarchive/r354353/ Log: - Add staging support - Switch to PLIST_FILES, don't touch other package's files - Don't support DOCS, that would create conflict with master - Remove leading article from COMMENT Deleted: head/japanese/xv/pkg-plist Modified: head/japanese/xv/Makefile Modified: head/japanese/xv/Makefile ============================================================================== --- head/japanese/xv/Makefile Sat May 17 18:21:40 2014 (r354352) +++ head/japanese/xv/Makefile Sat May 17 18:35:00 2014 (r354353) @@ -4,7 +4,7 @@ CATEGORIES= japanese MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 program that displays images of various formats with japanization +COMMENT= X11 program that displays images of various formats with japanization MASTERDIR= ${.CURDIR}/../../graphics/xv PKGDIR= ${.CURDIR} @@ -13,16 +13,11 @@ MAKE_ENV= LOCALE_EXTENSION=-DTV_L10N RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv -NOMAN= yes +PLIST_FILES= bin/ja-xv + +OPTIONS_EXCLUDE= DOCS -NO_STAGE= yes do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/ja-xv - @if [ ! -f ${PREFIX}/bin/xv.orig ]; then \ - ${MV} ${PREFIX}/bin/xv ${PREFIX}/bin/xv.orig ;\ - else \ - ${RM} ${PREFIX}/bin/xv ;\ - fi - @${LN} -sf ${PREFIX}/bin/ja-xv ${PREFIX}/bin/xv + ${INSTALL_PROGRAM} ${WRKSRC}/xv ${STAGEDIR}${PREFIX}/bin/ja-xv .include "${MASTERDIR}/Makefile"