Index: Makefile =================================================================== --- Makefile (revision 469997) +++ Makefile (working copy) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= julius +PKGNAMESUFFIX= -caesariii PORTVERSION= g20180430 CATEGORIES= games @@ -18,16 +19,12 @@ 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: files/julius.in =================================================================== --- files/julius.in (revision 469997) +++ files/julius.in (nonexistent) @@ -1,3 +0,0 @@ -#!/bin/sh - -cd %%PREFIX%%/share/julius && ./julius data Property changes on: 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: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 469997) +++ files/pkg-message.in (working copy) @@ -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.