FreeBSD Bugzilla – Attachment 193456 Details for
Bug 228103
games/julius: Open source re-implementation of Caesar III
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
julius.patch (text/plain), 1.64 KB, created by
Piotr Kubaj
on 2018-05-16 13:14:43 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-05-16 13:14:43 UTC
Size:
1.64 KB
patch
obsolete
>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 <bsd.port.mk> >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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 228103
:
193219
| 193456