diff options
author | acm <acm@FreeBSD.org> | 2010-01-27 06:57:34 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-01-27 06:57:34 +0800 |
commit | 02680e1ea419cf725716ccf6feba3487a03a1eff (patch) | |
tree | 2f3a35e3e76f4361f6ebadd27b06caff1440d3d5 /games/naev/files | |
parent | 5c41405a4532fbdef4cdf98172b5f0bb423425ca (diff) | |
download | freebsd-ports-gnome-02680e1ea419cf725716ccf6feba3487a03a1eff.tar.gz freebsd-ports-gnome-02680e1ea419cf725716ccf6feba3487a03a1eff.tar.zst freebsd-ports-gnome-02680e1ea419cf725716ccf6feba3487a03a1eff.zip |
- Update to 0.4.1
Diffstat (limited to 'games/naev/files')
-rw-r--r-- | games/naev/files/patch-Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games/naev/files/patch-Makefile b/games/naev/files/patch-Makefile deleted file mode 100644 index 70eca2f1266f..000000000000 --- a/games/naev/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- 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) |