summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-16 02:51:48 +0000
committerjbeich <jbeich@FreeBSD.org>2015-08-16 02:51:48 +0000
commitb2c2bacad4360690afa676308b9c0080e0071e58 (patch)
tree2a3cc63898050e9be95c0a4446f96b1a92fadf06
parentc2d0a7b68eb1f0cae2882f8b079af759552f0a62 (diff)
downloadFreeBSD-ports-b2c2bacad4360690afa676308b9c0080e0071e58.zip
FreeBSD-ports-b2c2bacad4360690afa676308b9c0080e0071e58.tar.gz
games/pioneers: minor cleanup
- Use LDFLAGS for -L/foo - Sort plist to avoid noise on the next update - Drop redundant slash in MASTER_SITES - Clarify LICENSE PR: 201843 Submitted by: tkato432@yahoo.com
-rw-r--r--games/pioneers/Makefile6
-rw-r--r--games/pioneers/pkg-plist40
2 files changed, 23 insertions, 23 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile
index 6aaf920..cb16021 100644
--- a/games/pioneers/Makefile
+++ b/games/pioneers/Makefile
@@ -4,12 +4,12 @@
PORTNAME= pioneers
PORTVERSION= 15.3
CATEGORIES= games gnome
-MASTER_SITES= SF/pio/Source/
+MASTER_SITES= SF/pio/Source
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet playable version of the Settlers of Catan
-LICENSE= GPLv2
+LICENSE= GPLv2 # or any later version
RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp
@@ -19,6 +19,6 @@ INSTALLS_ICONS= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
diff --git a/games/pioneers/pkg-plist b/games/pioneers/pkg-plist
index 2454647..a9ab85a 100644
--- a/games/pioneers/pkg-plist
+++ b/games/pioneers/pkg-plist
@@ -4,12 +4,12 @@ bin/pioneers-metaserver
bin/pioneers-server-console
bin/pioneers-server-gtk
bin/pioneersai
-man/man6/pioneers.6.gz
-man/man6/pioneersai.6.gz
man/man6/pioneers-editor.6.gz
man/man6/pioneers-metaserver.6.gz
man/man6/pioneers-server-console.6.gz
man/man6/pioneers-server-gtk.6.gz
+man/man6/pioneers.6.gz
+man/man6/pioneersai.6.gz
share/applications/pioneers-editor.desktop
share/applications/pioneers-server.desktop
share/applications/pioneers.desktop
@@ -41,8 +41,6 @@ share/games/pioneers/small.game
share/games/pioneers/south_africa.game
share/games/pioneers/square.game
share/games/pioneers/star.game
-share/games/pioneers/ubuntuland.game
-share/games/pioneers/x.game
share/games/pioneers/themes/Classic/board.png
share/games/pioneers/themes/Classic/desert.png
share/games/pioneers/themes/Classic/field.png
@@ -115,6 +113,8 @@ share/games/pioneers/themes/ccFlickr/port-wool.png
share/games/pioneers/themes/ccFlickr/sea.png
share/games/pioneers/themes/ccFlickr/theme.cfg
share/games/pioneers/themes/ccFlickr/wool.png
+share/games/pioneers/ubuntuland.game
+share/games/pioneers/x.game
share/gnome/help/pioneers/C/images/actions.png
share/gnome/help/pioneers/C/images/brick.png
share/gnome/help/pioneers/C/images/chat.png
@@ -160,6 +160,22 @@ share/icons/hicolor/48x48/apps/pioneers.png
share/icons/hicolor/scalable/apps/pioneers-editor.svg
share/icons/hicolor/scalable/apps/pioneers-server.svg
share/icons/hicolor/scalable/apps/pioneers.svg
+share/locale/af/LC_MESSAGES/pioneers.mo
+share/locale/ca/LC_MESSAGES/pioneers.mo
+share/locale/cs/LC_MESSAGES/pioneers.mo
+share/locale/da/LC_MESSAGES/pioneers.mo
+share/locale/de/LC_MESSAGES/pioneers.mo
+share/locale/en_GB/LC_MESSAGES/pioneers.mo
+share/locale/es/LC_MESSAGES/pioneers.mo
+share/locale/fr/LC_MESSAGES/pioneers.mo
+share/locale/gl/LC_MESSAGES/pioneers.mo
+share/locale/hu/LC_MESSAGES/pioneers.mo
+share/locale/it/LC_MESSAGES/pioneers.mo
+share/locale/ja/LC_MESSAGES/pioneers.mo
+share/locale/nl/LC_MESSAGES/pioneers.mo
+share/locale/pt/LC_MESSAGES/pioneers.mo
+share/locale/sv/LC_MESSAGES/pioneers.mo
+share/locale/zh_CN/LC_MESSAGES/pioneers.mo
share/omf/pioneers/pioneers-C.omf
share/pixmaps/pioneers-editor.png
share/pixmaps/pioneers-server.png
@@ -192,19 +208,3 @@ share/pixmaps/pioneers/style-human-7.png
share/pixmaps/pioneers/style-human.png
share/pixmaps/pioneers/trade.svg
share/pixmaps/pioneers/wool.png
-share/locale/af/LC_MESSAGES/pioneers.mo
-share/locale/ca/LC_MESSAGES/pioneers.mo
-share/locale/cs/LC_MESSAGES/pioneers.mo
-share/locale/da/LC_MESSAGES/pioneers.mo
-share/locale/de/LC_MESSAGES/pioneers.mo
-share/locale/en_GB/LC_MESSAGES/pioneers.mo
-share/locale/es/LC_MESSAGES/pioneers.mo
-share/locale/fr/LC_MESSAGES/pioneers.mo
-share/locale/gl/LC_MESSAGES/pioneers.mo
-share/locale/hu/LC_MESSAGES/pioneers.mo
-share/locale/it/LC_MESSAGES/pioneers.mo
-share/locale/ja/LC_MESSAGES/pioneers.mo
-share/locale/nl/LC_MESSAGES/pioneers.mo
-share/locale/pt/LC_MESSAGES/pioneers.mo
-share/locale/sv/LC_MESSAGES/pioneers.mo
-share/locale/zh_CN/LC_MESSAGES/pioneers.mo
OpenPOWER on IntegriCloud