summaryrefslogtreecommitdiff
path: root/x11/gnomeapplets2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-16 23:11:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-16 23:11:15 +0000
commitea66b516ab1456955ab03e334f3781ed370e1353 (patch)
treef265e1a862f612a73a1683b198fd56923823fc99 /x11/gnomeapplets2
parentDon't depend on autoconf, but rather, remove the need for it. (diff)
Correct the default path to the CD-ROM device.
Submitted by: Glenn Johnson <glennpj@charter.net>
Notes
Notes: svn path=/head/; revision=87087
Diffstat (limited to 'x11/gnomeapplets2')
-rw-r--r--x11/gnomeapplets2/Makefile2
-rw-r--r--x11/gnomeapplets2/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile
index 5364bcb9e297..9bef6cc276b8 100644
--- a/x11/gnomeapplets2/Makefile
+++ b/x11/gnomeapplets2/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
diff --git a/x11/gnomeapplets2/files/patch-aa b/x11/gnomeapplets2/files/patch-aa
index fc72f4f9ee6b..ffe06143e3f0 100644
--- a/x11/gnomeapplets2/files/patch-aa
+++ b/x11/gnomeapplets2/files/patch-aa
@@ -12,7 +12,7 @@
*irix*) CDROM_HOST=irix; CDROM_LIBS="-lcdaudio -lmediad -lds";cd_device_path="/dev/cdrom";;
*linux*) CDROM_HOST=linux;cd_device_path="/dev/cdrom";;
*netbsd*) CDROM_HOST=netbsd;cd_device_path="/dev/rcd0";;
-+*freebsd*) CDROM_HOST=freebsd;cd_device_path="dev/acd0c";;
++*freebsd*) CDROM_HOST=freebsd;cd_device_path="/dev/acd0c";;
*solaris*) CDROM_HOST=solaris;cd_device_path="/vol/dev/aliases/cdrom0";cdplayer_type_sun=true;;
esac
case "$host" in