diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-04-29 00:11:21 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-04-29 00:11:21 +0000 |
commit | 854efa17ef876e1a616e24b2cf37be1e9192ef83 (patch) | |
tree | fae1c2e956612e2bf40a848b26826a8b4c83c51a /games/naev/files | |
parent | 69f2f670731b563b8923f754965d51467e7f8e44 (diff) |
Notes
Diffstat (limited to 'games/naev/files')
-rw-r--r-- | games/naev/files/patch-Makefile | 16 | ||||
-rw-r--r-- | games/naev/files/pkg-message.in | 11 |
2 files changed, 27 insertions, 0 deletions
diff --git a/games/naev/files/patch-Makefile b/games/naev/files/patch-Makefile new file mode 100644 index 000000000000..70eca2f1266f --- /dev/null +++ b/games/naev/files/patch-Makefile @@ -0,0 +1,16 @@ +--- Makefile 2009-04-24 14:27:38.000000000 -0500 ++++ Makefile 2009-04-28 17:32:14.000000000 -0500 +@@ -9,11 +9,11 @@ + # + # Possible choices: LINUX|FREEBSD|WIN32|MACOSX + # +-OS ?= LINUX ++OS ?= FREEBSD + + + # Data path +-#NDATA_DEF := \"../ndata\" ++NDATA_DEF := \"%%DATADIR%%/ndata-%%PORTVERSION%%\" + + + ifeq ($(OS),LINUX) diff --git a/games/naev/files/pkg-message.in b/games/naev/files/pkg-message.in new file mode 100644 index 000000000000..c39502c02138 --- /dev/null +++ b/games/naev/files/pkg-message.in @@ -0,0 +1,11 @@ +############################################################################### + +The NAEV space game was installed + +1) You can find the conf.lua config file into your ~/.naev/ directory + +2) See the example of config file at %%DOCSDIR%%/conf.example + +3) Enjoy it :) + +############################################################################### |