aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lsdvd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-11-13 22:19:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-11-13 22:19:01 +0000
commitde980c5ba1e6ac7f362416b91bed46b754849df3 (patch)
tree258138191e13a4602a85daa77db559b8c87a2f82 /multimedia/lsdvd
parent1943841380ff26fbd62e67e3781e1bdd8841d4c9 (diff)
downloadports-de980c5ba1e6ac7f362416b91bed46b754849df3.tar.gz
ports-de980c5ba1e6ac7f362416b91bed46b754849df3.zip
Change defaut cd device to /dev/cd0
Notes
Notes: svn path=/head/; revision=426066
Diffstat (limited to 'multimedia/lsdvd')
-rw-r--r--multimedia/lsdvd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile
index 8319bb7e5bdf..c7dd36c1a2bc 100644
--- a/multimedia/lsdvd/Makefile
+++ b/multimedia/lsdvd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lsdvd
PORTVERSION= 0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -23,7 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/lsdvd \
man/man1/lsdvd.1.gz
-WITH_DVD_DEVICE?=/dev/acd0
+WITH_DVD_DEVICE?=/dev/cd0
pre-everything::
@${ECHO_MSG} "===> The default DVD device is ${WITH_DVD_DEVICE}"