From 5f6807909a7fb48d57fd6914f8b469e0f20c9aef Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 24 Jan 2003 10:04:23 +0000 Subject: Use an /etc/mk.conf setting for libdvdcss's HOMEPAGE and MASTER_SITES, following a suggestion by salo. This allows users to specify LIBDVDCSS_MASTER_SITES= ... LIBDVDCSS_HOMEPAGE= ... in their /etc/mk.conf files. --- misc/libdvdcss/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/libdvdcss/Makefile b/misc/libdvdcss/Makefile index 8135990a106..e7b2a96ce5c 100644 --- a/misc/libdvdcss/Makefile +++ b/misc/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/22 13:51:23 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/24 10:04:23 agc Exp $ # # Unfortunately, some reading of the United States law (DMCA) means # that we are not able to provide pointers to the source or homepage @@ -9,10 +9,10 @@ DISTNAME= libdvdcss-1.2.4 CATEGORIES= misc -MASTER_SITES= # defined - see comment above +MASTER_SITES= ${LIBDVDCSS_MASTER_SITES} MAINTAINER= marc@informatik.uni-bremen.de -HOMEPAGE= # defined - see comment above +HOMEPAGE= ${LIBDVDCSS_HOMEPAGE} COMMENT= simple library designed for accessing DVDs # no source on the ftp server because of the css source code in it -- cgit v1.2.3