diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-02 04:45:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-02 04:45:45 +0800 |
commit | 48d0103114a6a8df90c72bfb0d2e067427edc34c (patch) | |
tree | a81fd9eea705b8c908c78680fd398a2df4a0311f /x11/gnome-applets/Makefile | |
parent | f4dc8b5f1e6fda99bdf64804c02c68df1ed5d2c2 (diff) | |
download | marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.tar marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.tar.gz marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.tar.bz2 marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.tar.lz marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.tar.xz marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.tar.zst marcuscom-ports-48d0103114a6a8df90c72bfb0d2e067427edc34c.zip |
* Use the correct default path to the apm command [1]
* Only calculate hours and minuts remaining if time is >= 0
Submitted by: Franz Klammer <klammer@webonaut.com> [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2920 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index a0ea6e686..230dbc13a 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -7,8 +7,8 @@ PORTNAME= gnomeapplets2 PORTVERSION= 2.8.0 -PORTREVISION= 3 -CATEGORIES= x11 gnome +PORTREVISION= 4 +ATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.8 DISTNAME= gnome-applets-${PORTVERSION} |