mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Correct manpage packaging problem.
PR: ports/41095 Submitted by: Adam Weinberger <adam@vectors.cx>
This commit is contained in:
parent
61b19cc7e7
commit
394cf0d6b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64078
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user