Index: head/emulators/qemu-launcher/Makefile =================================================================== --- head/emulators/qemu-launcher/Makefile (revision 350782) +++ head/emulators/qemu-launcher/Makefile (revision 350783) @@ -1,30 +1,27 @@ # $FreeBSD$ PORTNAME= qemu-launcher PORTVERSION= 1.7.4 PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://download.gna.org/qemulaunch/1.7.x/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@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 \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes 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 .include Index: head/emulators/qemu-launcher/pkg-plist =================================================================== --- head/emulators/qemu-launcher/pkg-plist (revision 350782) +++ head/emulators/qemu-launcher/pkg-plist (revision 350783) @@ -1,24 +1,25 @@ bin/qemu-launcher +man/man1/qemu-launcher.1.gz %%DATADIR%%/qemulauncher.png %%DATADIR%%/window-icon.png %%DATADIR%%/qemulauncher.glade %%DATADIR%%/doc/README %%DATADIR%%/doc/TODO share/applications/qemu-launcher.desktop share/locale/lt/LC_MESSAGES/qemu-launcher.mo %%DATADIR%%/pixmaps/qemu-launcher-16x16.xpm %%DATADIR%%/pixmaps/qemu-launcher-32x32.xpm %%DATADIR%%/icons/hicolor/scalable/apps/qemu-launcher.svg %%DATADIR%%/icons/hicolor/16x16/apps/qemu-launcher.png %%DATADIR%%/icons/hicolor/48x48/apps/qemu-launcher.png @dirrm %%DATADIR%%/pixmaps/ @dirrm %%DATADIR%%/icons/hicolor/scalable/apps @dirrm %%DATADIR%%/icons/hicolor/scalable/ @dirrm %%DATADIR%%/icons/hicolor/16x16/apps @dirrm %%DATADIR%%/icons/hicolor/16x16/ @dirrm %%DATADIR%%/icons/hicolor/48x48/apps @dirrm %%DATADIR%%/icons/hicolor/48x48/ @dirrm %%DATADIR%%/icons/hicolor/ @dirrm %%DATADIR%%/icons/ @dirrm %%DATADIR%%/doc/ @dirrm %%DATADIR%%