summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-27 04:05:08 +0000
committergrant <grant@pkgsrc.org>2003-12-27 04:05:08 +0000
commit0e262ccd0fb941e0f3bad0c28302dc0d9458bd14 (patch)
tree8105c750309e50766a343fc8c61ad35d16a6205c /misc
parent19d2a4811dfc3616370554632218385baa2454e2 (diff)
downloadpkgsrc-0e262ccd0fb941e0f3bad0c28302dc0d9458bd14.tar.gz
tweak MESSAGE.
Diffstat (limited to 'misc')
-rw-r--r--misc/libdvdread/MESSAGE9
-rw-r--r--misc/libdvdread/Makefile4
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"