diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-10 07:27:35 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-10 07:27:35 +0000 |
commit | 8a8f18bdfd884eef0caf8d83cd1718528edab2ec (patch) | |
tree | f635171495397f1f6e7217e0365cb8ddc26b91f8 /emulators | |
parent | 8a3c16d98f7704eaba17109af49c3c28ac487a7f (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 5 | ||||
-rw-r--r-- | emulators/qemu-launcher/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index c3bc997061f2..66f01f5d4f6f 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -8,7 +8,7 @@ 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 \ @@ -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 diff --git a/emulators/qemu-launcher/pkg-plist b/emulators/qemu-launcher/pkg-plist index 11c8a5e2638a..fc55992be5a4 100644 --- a/emulators/qemu-launcher/pkg-plist +++ b/emulators/qemu-launcher/pkg-plist @@ -1,4 +1,5 @@ bin/qemu-launcher +man/man1/qemu-launcher.1.gz %%DATADIR%%/qemulauncher.png %%DATADIR%%/window-icon.png %%DATADIR%%/qemulauncher.glade |