diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-17 07:11:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-17 07:11:15 +0800 |
commit | b1d86b6925afc1ed3d889cdf353ab052367799d8 (patch) | |
tree | b73a7ca25ea20c74f1dc386c7b0d35777bdf6a69 /x11/gnome-applets/Makefile | |
parent | 21a1c7389070146eae904b51dfd74fc1aaa67223 (diff) | |
download | freebsd-ports-gnome-b1d86b6925afc1ed3d889cdf353ab052367799d8.tar.gz freebsd-ports-gnome-b1d86b6925afc1ed3d889cdf353ab052367799d8.tar.zst freebsd-ports-gnome-b1d86b6925afc1ed3d889cdf353ab052367799d8.zip |
Correct the default path to the CD-ROM device.
Submitted by: Glenn Johnson <glennpj@charter.net>
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 5364bcb9e297..9bef6cc276b8 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomeapplets2 PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.2 |