mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
BROKEN on 5.x: does not build
This commit is contained in:
parent
3049538b71
commit
fc59aa9e73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101158
@ -25,4 +25,10 @@ MAN1= tunerctl.1 videotext.1 vtxget.1
|
||||
FONTSDIR= lib/X11/fonts/local
|
||||
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -20,6 +20,12 @@ RUN_DEPENDS= ${LOCALBASE}/bin/nsgmls:${PORTSDIR}/textproc/sp \
|
||||
${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \
|
||||
gv:${PORTSDIR}/print/gv
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
(cd ${WRKSRC}; tar cf - test) | (cd ${LOCALBASE}/share/gmat; tar xvf -)
|
||||
# Change the pathnames in CATALOG
|
||||
@ -28,4 +34,4 @@ post-install:
|
||||
s:/usr/local/prod:${LOCALBASE}/share/gmat:g" \
|
||||
> ${LOCALBASE}/share/gmat/test/CATALOG )
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user