Index: head/games/julius/Makefile =================================================================== --- head/games/julius/Makefile (revision 470121) +++ head/games/julius/Makefile (revision 470122) @@ -1,33 +1,31 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= julius +PKGNAMESUFFIX= -caesariii PORTVERSION= g20180430 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@anongoth.pl COMMENT= Open source re-implementation of Caesar III LICENSE= GPLv3 USES= cmake:outsource USE_GITHUB= yes GH_ACCOUNT= bvschaik 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 Index: head/games/julius/files/julius.in =================================================================== --- head/games/julius/files/julius.in (revision 470121) +++ head/games/julius/files/julius.in (nonexistent) @@ -1,3 +0,0 @@ -#!/bin/sh - -cd %%PREFIX%%/share/julius && ./julius data Property changes on: head/games/julius/files/julius.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/julius/files/pkg-message.in =================================================================== --- head/games/julius/files/pkg-message.in (revision 470121) +++ head/games/julius/files/pkg-message.in (revision 470122) @@ -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.