diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2002-08-05 22:50:12 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2002-08-05 22:50:12 +0000 |
commit | 394cf0d6b0cd52626d7f4707d148103bf1796a7e (patch) | |
tree | 337a0affc19466cf202defaf900c49c65e80cfbc | |
parent | 61b19cc7e7d4450da660122652d78add0796f413 (diff) | |
download | ports-394cf0d6b0cd52626d7f4707d148103bf1796a7e.tar.gz ports-394cf0d6b0cd52626d7f4707d148103bf1796a7e.zip |
Notes
-rw-r--r-- | games/xpat2/Makefile | 2 | ||||
-rw-r--r-- | games/xpat2/files/patch-ab | 13 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 8c53b8b6b506..5927eda78e9f 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -15,8 +15,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src MAINTAINER= mph@freebsd.org -BROKEN= "Does not package correctly" - USE_IMAKE= yes USE_XPM= yes MAN6= xpat2.6 diff --git a/games/xpat2/files/patch-ab b/games/xpat2/files/patch-ab index 5f846ab57223..4005e1251fa2 100644 --- a/games/xpat2/files/patch-ab +++ b/games/xpat2/files/patch-ab @@ -1,5 +1,5 @@ ---- Xpat.tmpl.orig Mon Mar 12 12:14:02 2001 -+++ Xpat.tmpl Mon Mar 12 12:16:19 2001 +--- Xpat.tmpl.orig Sun Nov 5 12:03:10 2000 ++++ Xpat.tmpl Sun Jul 28 17:38:32 2002 @@ -40,9 +40,9 @@ XCOMM 1. Specify User Interface (_exactly_ one of the interfaces below) @@ -30,7 +30,7 @@ XCOMM the default is to copy an .au-file to /dev/audio SOUNDOBJ = X-sound_SUN.o -@@ -161,7 +161,7 @@ +@@ -161,13 +161,14 @@ XCOMM ######################################################################### XCOMM Root directory of xpat2 installation @@ -39,3 +39,10 @@ XCOMM XPATROOT = /usr/local/lib/xpat XCOMM XPATROOT = /opt/XPat2 + XPATLIBDIR = $(XPATROOT) + APPDEFSDIR = $(LIBDIR) + XPATMANDIR = $(XPATROOT)/man/man6 ++MANSUFFIX = 6 + + XCOMM This is the name of the log-file, where solved games are stored: + SCOREFILE = /var/games/xpat.log |