diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-13 22:19:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-11-13 22:19:01 +0000 |
commit | de980c5ba1e6ac7f362416b91bed46b754849df3 (patch) | |
tree | 258138191e13a4602a85daa77db559b8c87a2f82 | |
parent | 1943841380ff26fbd62e67e3781e1bdd8841d4c9 (diff) | |
download | freebsd-ports-de980c5ba1e6ac7f362416b91bed46b754849df3.zip |
Change defaut cd device to /dev/cd0
-rw-r--r-- | multimedia/lsdvd/Makefile | 4 |
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}" |