diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-26 23:39:21 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-26 23:39:21 +0000 |
commit | 32cfce620026d61eff0bea094a40da21d38f2266 (patch) | |
tree | 42b3981641b3a926d2da232da37123bccd3f1d85 /sysutils/downtime/Makefile | |
parent | f64df0f8e07c1a78f77d4bce62d55cc7281cbfa3 (diff) | |
download | ports-32cfce620026d61eff0bea094a40da21d38f2266.tar.gz ports-32cfce620026d61eff0bea094a40da21d38f2266.zip |
Notes
Diffstat (limited to 'sysutils/downtime/Makefile')
-rw-r--r-- | sysutils/downtime/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/downtime/Makefile b/sysutils/downtime/Makefile index 02ca147bbfa3..1d5f70d74321 100644 --- a/sysutils/downtime/Makefile +++ b/sysutils/downtime/Makefile @@ -6,8 +6,7 @@ # PORTNAME= downtime -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= sysutils MASTER_SITES= http://www.nickwithers.com/downtime/ @@ -17,7 +16,8 @@ COMMENT= A GTK-based shutdown manager using shutdown(8) USE_X_PREFIX= yes USE_GNOME= gtk20 -PLIST_FILES= bin/downtime +PLIST_FILES= bin/downtime \ + share/applications/downtime.desktop MAN1= downtime.1 MANCOMPRESSED= yes |