aboutsummaryrefslogtreecommitdiff
path: root/games/xpired
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-20 11:21:59 +0000
commit0d2725682b8325a08b11592d11062997bb9dc7f2 (patch)
tree46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /games/xpired
parent750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff)
downloadports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz
ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip
Notes
Diffstat (limited to 'games/xpired')
-rw-r--r--games/xpired/Makefile2
-rw-r--r--games/xpired/files/patch-Makefile13
2 files changed, 1 insertions, 14 deletions
diff --git a/games/xpired/Makefile b/games/xpired/Makefile
index 4f7208e3a225..dc2577dfbf64 100644
--- a/games/xpired/Makefile
+++ b/games/xpired/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xpired
PORTVERSION= 1.22
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xpired
diff --git a/games/xpired/files/patch-Makefile b/games/xpired/files/patch-Makefile
deleted file mode 100644
index 877c0dd7bb22..000000000000
--- a/games/xpired/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Mon Aug 5 14:41:31 2002
-+++ Makefile Mon Aug 5 14:43:38 2002
-@@ -1,8 +1,6 @@
--PREFIX=/usr/local
- SHARE_PREFIX=$(PREFIX)/share/xpired
--CFLAGS=`sdl-config --cflags` -DUNIX -DPREFIX=\"$(PREFIX)\" -DSHARE_PREFIX=\"$(SHARE_PREFIX)\"
--LDFLAGS=`sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_gfx
--CC=gcc
-+CFLAGS=`sdl11-config --cflags` -DUNIX -DPREFIX=\"$(PREFIX)\" -DSHARE_PREFIX=\"$(SHARE_PREFIX)\"
-+LDFLAGS=`sdl11-config --libs` -lSDL_mixer -lSDL_image -lSDL_gfx
-
- BINARIES = xpired xpiredit
-