pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wpa_gui Reduce some of the mystery of life for use...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e0388047529
branches: trunk
changeset: 354374:2e0388047529
user: abs <abs%pkgsrc.org@localhost>
date: Fri Oct 28 06:24:35 2016 +0000
description:
Reduce some of the mystery of life for users of wpa_gui binary packages
- add the man page.
Bump pkgrevision
diffstat:
net/wpa_gui/Makefile | 7 +++++--
net/wpa_gui/PLIST | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 16ab1a65e9e4 -r 2e0388047529 net/wpa_gui/Makefile
--- a/net/wpa_gui/Makefile Thu Oct 27 22:14:32 2016 +0000
+++ b/net/wpa_gui/Makefile Fri Oct 28 06:24:35 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2016/09/13 17:24:30 maya Exp $
+# $NetBSD: Makefile,v 1.27 2016/10/28 06:24:35 abs Exp $
DISTNAME= wpa_supplicant-2.5
PKGNAME= ${DISTNAME:S/supplicant/gui/}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://hostap.epitest.fi/releases/
@@ -18,11 +19,13 @@
LRELEASE= ${QTDIR}/bin/lrelease
MAKE_ENV+= LRELEASE=${LRELEASE}
-INSTALLATION_DIRS= sbin
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wpa_supplicant/wpa_gui-qt4/wpa_gui \
${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
diff -r 16ab1a65e9e4 -r 2e0388047529 net/wpa_gui/PLIST
--- a/net/wpa_gui/PLIST Thu Oct 27 22:14:32 2016 +0000
+++ b/net/wpa_gui/PLIST Fri Oct 28 06:24:35 2016 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/10/28 06:24:35 abs Exp $
sbin/wpa_gui
+${PKGMANDIR}/man8/wpa_gui.8
Home |
Main Index |
Thread Index |
Old Index