From 585e8160cf6ec602daaa5c3eebffa9831777f69d Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Tue, 7 Dec 2004 16:24:38 +0000 Subject: [PATCH] - Enables grun to work together with text/console based program - Bump PORTREVISION accordingly - Nuke pkg-plist while here (me) PR: ports/74792 Submitted by: maintainer --- misc/grun/Makefile | 6 +++++- misc/grun/pkg-plist | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 misc/grun/pkg-plist diff --git a/misc/grun/Makefile b/misc/grun/Makefile index 721d387dda69..77a822192057 100644 --- a/misc/grun/Makefile +++ b/misc/grun/Makefile @@ -7,7 +7,7 @@ PORTNAME= grun PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ @@ -17,7 +17,11 @@ COMMENT= Gtk-launcher similar to the Windows(tm) "Run..." dialog USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-testfile MAN1= grun.1x +PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc +PLIST_DIRS= %%DATADIR%% + .include diff --git a/misc/grun/pkg-plist b/misc/grun/pkg-plist deleted file mode 100644 index 0de733f24a9a..000000000000 --- a/misc/grun/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/grun -share/grun/consfile -share/grun/gassoc -@dirrm share/grun