From owner-svn-ports-all@freebsd.org Wed May 16 13:35:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B58EE2B8A; Wed, 16 May 2018 13:35:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56E3568EB9; Wed, 16 May 2018 13:35:24 +0000 (UTC) (envelope-from vanilla@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 320C41ADD8; Wed, 16 May 2018 13:35:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GDZO0e096876; Wed, 16 May 2018 13:35:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GDZNCx096874; Wed, 16 May 2018 13:35:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805161335.w4GDZNCx096874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 16 May 2018 13:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470122 - in head/games/julius: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/games/julius: . files X-SVN-Commit-Revision: 470122 X-SVN-Commit-Repository: ports 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.26 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: Wed, 16 May 2018 13:35:24 -0000 Author: vanilla Date: Wed May 16 13:35:23 2018 New Revision: 470122 URL: https://svnweb.freebsd.org/changeset/ports/470122 Log: 1: add PKGNAMESUFFIX. 2: remove uneeded julius.in. PR: 228103 Submitted by: maintainer Deleted: head/games/julius/files/julius.in Modified: head/games/julius/Makefile head/games/julius/files/pkg-message.in Modified: head/games/julius/Makefile ============================================================================== --- head/games/julius/Makefile Wed May 16 13:27:13 2018 (r470121) +++ head/games/julius/Makefile Wed May 16 13:35:23 2018 (r470122) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= julius +PKGNAMESUFFIX= -caesariii PORTVERSION= g20180430 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@anongoth.pl @@ -18,16 +20,12 @@ GH_TAGNAME= cb7ecdf USE_SDL= mixer2 sdl2 -SUB_FILES= julius pkg-message +SUB_FILES= pkg-message -PLIST_FILES= bin/${PORTNAME} \ - ${DATADIR}/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} \ - ${STAGEDIR}${DATADIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin/ + ${STAGEDIR}${PREFIX}/bin .include Modified: head/games/julius/files/pkg-message.in ============================================================================== --- head/games/julius/files/pkg-message.in Wed May 16 13:27:13 2018 (r470121) +++ head/games/julius/files/pkg-message.in Wed May 16 13:35:23 2018 (r470122) @@ -1 +1,2 @@ -To play this game, copy Caesar III game files to %%DATADIR%%/data. +To play this game, you need to cd to the directory with the game files +and run julius or just pass the directory as a 1st argument.