summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2018-06-09 03:51:02 +0000
committeryouri <youri@pkgsrc.org>2018-06-09 03:51:02 +0000
commit1fe28a620f19c2374da8ac19f505c3589a15cb64 (patch)
tree8903cd844335d97a22f54847e5bbb182ed07d00c /x11
parent9a2637c5ad1c76003e70ebf72b4c1821510458ea (diff)
downloadpkgsrc-1fe28a620f19c2374da8ac19f505c3589a15cb64.tar.gz
Fix installation on Darwin.
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/Makefile.common6
-rw-r--r--x11/xscreensaver/PLIST.Darwin5
-rw-r--r--x11/xscreensaver/options.mk4
3 files changed, 12 insertions, 3 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index 24762c997ab..84b14b75dc3 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.123 2017/09/26 10:27:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.124 2018/06/09 03:51:02 youri Exp $
#
# used by x11/xscreensaver/Makefile
# used by x11/xscreensaver-demo/Makefile
@@ -54,6 +54,10 @@ CONFIGURE_ARGS+= --without-kerberos
. endif
.endif
+.if ${OPSYS} == "Darwin"
+PLIST_SRC+= PLIST.Darwin
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
CFLAGS+= -fno-strict-aliasing
diff --git a/x11/xscreensaver/PLIST.Darwin b/x11/xscreensaver/PLIST.Darwin
new file mode 100644
index 00000000000..59eaffc2f7a
--- /dev/null
+++ b/x11/xscreensaver/PLIST.Darwin
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST.Darwin,v 1.1 2018/06/09 03:51:02 youri Exp $
+bin/pdf2jpeg
+bin/xscreensaver-getimage-desktop
+share/man/man1/pdf2jpeg.1
+share/man/man1/xscreensaver-getimage-desktop.1
diff --git a/x11/xscreensaver/options.mk b/x11/xscreensaver/options.mk
index 9b1210761e0..890bb64a46e 100644
--- a/x11/xscreensaver/options.mk
+++ b/x11/xscreensaver/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2015/01/24 06:09:13 obache Exp $
+# $NetBSD: options.mk,v 1.10 2018/06/09 03:51:02 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xscreensaver
PKG_SUPPORTED_OPTIONS= pam webcollage opengl
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --without-pam
#CONFIGURE_ARGS+= --without-shadow
.endif
-PLIST_SRC= PLIST
+PLIST_SRC+= PLIST
.if !empty(PKG_OPTIONS:Mwebcollage)
PLIST_SRC+= PLIST.webcollage
.else