pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wpa_gui
Module Name: pkgsrc
Committed By: abs
Date: Fri Oct 28 06:24:35 UTC 2016
Modified Files:
pkgsrc/net/wpa_gui: Makefile PLIST
Log Message:
Reduce some of the mystery of life for users of wpa_gui binary packages
- add the man page.
Bump pkgrevision
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/wpa_gui/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/wpa_gui/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wpa_gui/Makefile
diff -u pkgsrc/net/wpa_gui/Makefile:1.26 pkgsrc/net/wpa_gui/Makefile:1.27
--- pkgsrc/net/wpa_gui/Makefile:1.26 Tue Sep 13 17:24:30 2016
+++ pkgsrc/net/wpa_gui/Makefile Fri Oct 28 06:24:35 2016
@@ -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 @@ USE_TOOLS+= gmake
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"
Index: pkgsrc/net/wpa_gui/PLIST
diff -u pkgsrc/net/wpa_gui/PLIST:1.1.1.1 pkgsrc/net/wpa_gui/PLIST:1.2
--- pkgsrc/net/wpa_gui/PLIST:1.1.1.1 Sun Oct 22 23:20:21 2006
+++ pkgsrc/net/wpa_gui/PLIST Fri Oct 28 06:24:35 2016
@@ -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