aboutsummaryrefslogtreecommitdiff
path: root/games/spider
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-05-31 08:08:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-05-31 08:08:28 +0000
commit088829ba318123b6f80a614ecfff2a05da76c6b2 (patch)
tree1f1fbcaf14b6649b04543ee82c85702d76e0f72d /games/spider
parent84e4ef45558e1d3383ffc33bfc434ce2ca1599d6 (diff)
downloadports-088829ba318123b6f80a614ecfff2a05da76c6b2.tar.gz
ports-088829ba318123b6f80a614ecfff2a05da76c6b2.zip
Notes
Diffstat (limited to 'games/spider')
-rw-r--r--games/spider/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile
index 010f1703b034..49538e541ae3 100644
--- a/games/spider/Makefile
+++ b/games/spider/Makefile
@@ -1,25 +1,22 @@
-# New ports collection makefile for: spider
-# Date created: 2 Oct 1995
-# Whom: se
-#
+# Created by: se
# $FreeBSD$
-#
PORTNAME= spider
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITES= SUNSITE
MASTER_SITE_SUBDIR= games/solitaires
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
-COMMENT= A challenging double decked solitaire game
+COMMENT= Challenging double decked solitaire game
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice xpm
INSTALL_TARGET= install install.doc
MAN1= spider.1
+CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>