pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zenity: wip/zenity pkglint fixes
Module Name: pkgsrc-wip
Committed By: Dan Cîrnaț <dan%alt.md@localhost>
Pushed By: cirnatdan
Date: Sun Nov 8 14:34:54 2020 +0100
Changeset: a1d45b93d4cc5623f8573cd1085093bf087767aa
Modified Files:
zenity/Makefile
zenity/PLIST
zenity/options.mk
Log Message:
zenity: wip/zenity pkglint fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a1d45b93d4cc5623f8573cd1085093bf087767aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zenity/Makefile | 3 +--
zenity/PLIST | 2 +-
zenity/options.mk | 4 ++--
3 files changed, 4 insertions(+), 5 deletions(-)
diffs:
diff --git a/zenity/Makefile b/zenity/Makefile
index 23a6284355..a6c4e631c3 100644
--- a/zenity/Makefile
+++ b/zenity/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS+= gnome-common-[0-9]*:../../devel/gnome-common
BUILD_DEPENDS+= yelp-tools-[0-9]*:../../wip/yelp-tools
pre-configure:
- ${RUN} cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh
+ ${RUN} cd ${WRKSRC} && ./autogen.sh
.include "options.mk"
@@ -31,5 +31,4 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/zenity/PLIST b/zenity/PLIST
index 7ff3f6769c..ab7eded250 100644
--- a/zenity/PLIST
+++ b/zenity/PLIST
@@ -1,6 +1,7 @@
@comment $NetBSD$
bin/gdialog
bin/zenity
+man/man1/zenity.1
share/help/C/zenity/calendar.page
share/help/C/zenity/color-selection.page
share/help/C/zenity/entry.page
@@ -919,7 +920,6 @@ share/locale/xh/LC_MESSAGES/zenity.mo
share/locale/zh_CN/LC_MESSAGES/zenity.mo
share/locale/zh_HK/LC_MESSAGES/zenity.mo
share/locale/zh_TW/LC_MESSAGES/zenity.mo
-man/man1/zenity.1
share/zenity/clothes/gnome-tshirt.png
share/zenity/clothes/hawaii-shirt.png
share/zenity/clothes/monk.png
diff --git a/zenity/options.mk b/zenity/options.mk
index 7c541a5eb7..9d372cf9b7 100644
--- a/zenity/options.mk
+++ b/zenity/options.mk
@@ -1,7 +1,7 @@
# $NetBSD$
-PKG_OPTIONS_VAR= PKG_OPTIONS.zenity
-PKG_SUPPORTED_OPTIONS= webkit
+PKG_OPTIONS_VAR= PKG_OPTIONS.zenity
+PKG_SUPPORTED_OPTIONS= webkit
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index