diff options
-rw-r--r-- | misc/libdvdread/MESSAGE | 9 | ||||
-rw-r--r-- | misc/libdvdread/Makefile | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/libdvdread/MESSAGE b/misc/libdvdread/MESSAGE index 16a9f3bdd0c..a948949ad83 100644 --- a/misc/libdvdread/MESSAGE +++ b/misc/libdvdread/MESSAGE @@ -1,9 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2003/05/21 18:04:08 grant Exp $ +$NetBSD: MESSAGE,v 1.5 2003/12/27 04:05:08 grant Exp $ -Because of the unclear legal status of libdvdcss, it is not -automatically installed as part of ${PKGNAME}. It is however -needed to play encrypted DVDs. If you want to play encrypted DVDs, -simply install it yourself. +Because of the unclear legal status of libdvdcss, it is not automatically +installed as part of ${PKGBASE}. It is however needed to play encrypted +DVDs. If you want to play encrypted DVDs, simply install it yourself. =========================================================================== diff --git a/misc/libdvdread/Makefile b/misc/libdvdread/Makefile index 42c38611cc9..503448a45a9 100644 --- a/misc/libdvdread/Makefile +++ b/misc/libdvdread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/30 19:12:03 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/27 04:05:08 grant Exp $ DISTNAME= libdvdread-0.9.4 CATEGORIES= misc @@ -15,4 +15,6 @@ USE_BUILDLINK2= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +MESSAGE_SUBST+= PKGBASE=${PKGBASE} + .include "../../mk/bsd.pkg.mk" |