diff options
author | grant <grant@pkgsrc.org> | 2003-12-27 04:05:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-27 04:05:08 +0000 |
commit | f3ba4dce2ec4f4b170c4211cf1c2f0083079c1b5 (patch) | |
tree | 8105c750309e50766a343fc8c61ad35d16a6205c /misc/libdvdread | |
parent | 8b631209c94ca3f55f347914b88f19f01450e245 (diff) | |
download | pkgsrc-f3ba4dce2ec4f4b170c4211cf1c2f0083079c1b5.tar.gz |
tweak MESSAGE.
Diffstat (limited to 'misc/libdvdread')
-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" |