diff options
author | agc <agc@pkgsrc.org> | 2003-01-24 10:04:23 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-01-24 10:04:23 +0000 |
commit | 5f6807909a7fb48d57fd6914f8b469e0f20c9aef (patch) | |
tree | ac5c4e3cd3421d992090da30649125214eb12710 /misc | |
parent | e815b449e48b896e8ba51640f43277336fadf952 (diff) | |
download | pkgsrc-5f6807909a7fb48d57fd6914f8b469e0f20c9aef.tar.gz |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libdvdcss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |