summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-12-02 09:10:02 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-12-02 09:10:02 +0000
commit39e4c18aed9cc0771327d24f9621c78747c07378 (patch)
treebd0513d158f5764b1b2edad5c295f941a49e2666 /deskutils
parentremove extra include (diff)
Mark BROKEN on -CURRENT. Drop Maintainership.
Notes
Notes: svn path=/head/; revision=71314
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tuxcards/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile
index 84fdcf338187..241bb2a4a7d2 100644
--- a/deskutils/tuxcards/Makefile
+++ b/deskutils/tuxcards/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: tuxcards
# Date created: 08 Jan 2002
-# Whom: Tilman linneweh <freebsdports@arved.de>
+# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
#
@@ -12,7 +12,7 @@ CATEGORIES= deskutils
MASTER_SITES= http://www.arved.de/bsd/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-ohneCactus
-MAINTAINER= freebsdports@arved.de
+MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
@@ -21,6 +21,12 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_REINPLACE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500038
+BROKEN= "Does not build with gcc 3.1"
+.endif
+
pre-patch:
@${REINPLACE_CMD} -e 's|[$$](prefix)/doc|\$$\(prefix\)/share/doc|' \
${WRKSRC}/tuxcards/docs/en/Makefile.in
@@ -30,4 +36,4 @@ pre-patch:
${WRKSRC}/tuxcards/docs/en/Makefile.in
.endif #NOPORTDOCS
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>