diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-07 16:24:38 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-07 16:24:38 +0000 |
commit | 585e8160cf6ec602daaa5c3eebffa9831777f69d (patch) | |
tree | a1756fba8a8bd97aab95e9e9ccbb114048585f25 /misc/grun | |
parent | f0e311167123fba8a22c5039df8d3c29a23fee12 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=123403
Diffstat (limited to 'misc/grun')
-rw-r--r-- | misc/grun/Makefile | 6 | ||||
-rw-r--r-- | misc/grun/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
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 <bsd.port.mk> 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 |