svn commit: r350783 - head/emulators/qemu-launcher
Pawel Pekala
pawel at FreeBSD.org
Thu Apr 10 07:27:36 UTC 2014
Author: pawel
Date: Thu Apr 10 07:27:35 2014
New Revision: 350783
URL: http://svnweb.freebsd.org/changeset/ports/350783
QAT: https://qat.redports.org/buildarchive/r350783/
Log:
- Add staging support
- Remove leading article from COMMENT
Modified:
head/emulators/qemu-launcher/Makefile
head/emulators/qemu-launcher/pkg-plist
Modified: head/emulators/qemu-launcher/Makefile
==============================================================================
--- head/emulators/qemu-launcher/Makefile Thu Apr 10 07:20:23 2014 (r350782)
+++ head/emulators/qemu-launcher/Makefile Thu Apr 10 07:27:35 2014 (r350783)
@@ -8,7 +8,7 @@ MASTER_SITES= http://download.gna.org/qe
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A GTK front-end to Qemu
+COMMENT= GTK front-end to Qemu
RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Glade2>=0:${PORTSDIR}/x11-toolkits/p5-Glade2 \
@@ -20,9 +20,6 @@ USE_GNOME= gtk20
INSTALLS_ICONS= yes
USES= gettext perl5
-MAN1= qemu-launcher.1
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
Modified: head/emulators/qemu-launcher/pkg-plist
==============================================================================
--- head/emulators/qemu-launcher/pkg-plist Thu Apr 10 07:20:23 2014 (r350782)
+++ head/emulators/qemu-launcher/pkg-plist Thu Apr 10 07:27:35 2014 (r350783)
@@ -1,4 +1,5 @@
bin/qemu-launcher
+man/man1/qemu-launcher.1.gz
%%DATADIR%%/qemulauncher.png
%%DATADIR%%/window-icon.png
%%DATADIR%%/qemulauncher.glade
More information about the svn-ports-all
mailing list