pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

arx-libertatis: fix PLIST handling.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Sep 2 18:21:19 2016 +0200
Changeset:	57c8113c715ae7b6d1ad6985bf6adc230d728693

Modified Files:
	arx-libertatis/Makefile
	arx-libertatis/PLIST
Removed Files:
	arx-libertatis/PLIST.NotDarwin

Log Message:
arx-libertatis: fix PLIST handling.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57c8113c715ae7b6d1ad6985bf6adc230d728693

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 arx-libertatis/Makefile        | 3 ++-
 arx-libertatis/PLIST           | 2 ++
 arx-libertatis/PLIST.NotDarwin | 3 ---
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/arx-libertatis/Makefile b/arx-libertatis/Makefile
index 9cf90b4..3e29f6b 100644
--- a/arx-libertatis/Makefile
+++ b/arx-libertatis/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.1 2015/08/18 20:14:58 yhardy Exp $
-#
 
 DISTNAME=	arx-libertatis-1.1.2
 CATEGORIES=	games
@@ -20,6 +19,8 @@ CMAKE_ARGS+=	-D USE_QT5:BOOL=OFF
 
 .include "../../mk/bsd.prefs.mk"
 
+PLIST_VARS+=	NotDarwin
+
 .if ${OPSYS} != "Darwin"
 PLIST.NotDarwin= yes
 .endif
diff --git a/arx-libertatis/PLIST b/arx-libertatis/PLIST
index aadc4cf..294f538 100644
--- a/arx-libertatis/PLIST
+++ b/arx-libertatis/PLIST
@@ -6,3 +6,5 @@ bin/arxunpak
 man/man1/arxsavetool.1
 man/man1/arxunpak.1
 man/man6/arx.6
+${PLIST.NotDarwin}share/applications/arx-libertatis.desktop
+${PLIST.NotDarwin}share/pixmaps/arx-libertatis.png
diff --git a/arx-libertatis/PLIST.NotDarwin b/arx-libertatis/PLIST.NotDarwin
deleted file mode 100644
index 5064b10..0000000
--- a/arx-libertatis/PLIST.NotDarwin
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-share/applications/arx-libertatis.desktop
-share/pixmaps/arx-libertatis.png


Home | Main Index | Thread Index | Old Index