diff options
author | mph <mph@FreeBSD.org> | 2002-08-06 06:50:12 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2002-08-06 06:50:12 +0800 |
commit | e39290d859867b1eabb5c719e42e06c22affe2a9 (patch) | |
tree | a1e18bca6527a70d598731b50205f77f4d08e098 /games/xpat2 | |
parent | a853bc3e2825ba0223b42c13cb19bc44cb9f6d30 (diff) | |
download | freebsd-ports-gnome-e39290d859867b1eabb5c719e42e06c22affe2a9.tar.gz freebsd-ports-gnome-e39290d859867b1eabb5c719e42e06c22affe2a9.tar.zst freebsd-ports-gnome-e39290d859867b1eabb5c719e42e06c22affe2a9.zip |
Correct manpage packaging problem.
PR: ports/41095
Submitted by: Adam Weinberger <adam@vectors.cx>
Diffstat (limited to 'games/xpat2')
-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 |