aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-05-25 23:43:34 +0800
committermat <mat@FreeBSD.org>2016-05-25 23:43:34 +0800
commit9ec61f48def80e1a6cac88e7acc7894cc689135b (patch)
treec0750f82911803374c81b8cf05e2b96f037e2d8a /games
parent03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff)
downloadfreebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.gz
freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.zst
freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.zip
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
Diffstat (limited to 'games')
-rw-r--r--games/angband/Makefile2
-rw-r--r--games/manaplus/Makefile1
-rw-r--r--games/solarus-quest-editor/Makefile1
-rw-r--r--games/xvier/Makefile1
4 files changed, 0 insertions, 5 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
index fdaa33f0b867..c8a6598b971e 100644
--- a/games/angband/Makefile
+++ b/games/angband/Makefile
@@ -34,8 +34,6 @@ X11_USE= XORG=sm,x11
X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps
X11_CONFIGURE_ENABLE= x11
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
post-patch:
@${REINPLACE_CMD} -e \
's|-Wno-missing-field-initializers || ; \
diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile
index 069f57688c74..0bb1b98f4f55 100644
--- a/games/manaplus/Makefile
+++ b/games/manaplus/Makefile
@@ -22,7 +22,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-sdl2 \
--without-internalsdlgfx
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= OPENGL
OPTIONS_DEFAULT= OPENGL
diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile
index bcf25c7efbb6..af1d06f797dd 100644
--- a/games/solarus-quest-editor/Makefile
+++ b/games/solarus-quest-editor/Makefile
@@ -26,7 +26,6 @@ CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF
USE_SDL= sdl2 ttf2 image2
USE_QT5= buildtools core gui linguist qmake widgets
USES= cmake compiler:c++11-lib openal
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \
"Game;" false
diff --git a/games/xvier/Makefile b/games/xvier/Makefile
index 94c9c25cb0e6..91cac400e6b9 100644
--- a/games/xvier/Makefile
+++ b/games/xvier/Makefile
@@ -14,7 +14,6 @@ EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Throw stones into free columns
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= imake tar:Z
USE_XORG= x11 xext
USE_CSTD= gnu89