diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-12 13:45:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-12 13:45:04 +0000 |
commit | 236bdf822c959aa4b9837f880bd449790265620e (patch) | |
tree | ee007faeaf6aa567b8d803f163ca8bca776f3cfe /misc | |
parent | 92aa9f35e828c71a2775b7ee3459c13de9b47879 (diff) | |
download | pkgsrc-236bdf822c959aa4b9837f880bd449790265620e.tar.gz |
Attach version number to master site string. Suggested by Sergey Svishchev.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libdvdcss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libdvdcss/Makefile b/misc/libdvdcss/Makefile index 60fbdfc55f9..fc7aebc7b48 100644 --- a/misc/libdvdcss/Makefile +++ b/misc/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/06/24 06:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/12 13:45:04 wiz 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,7 +9,7 @@ DISTNAME= libdvdcss-1.2.7 CATEGORIES= misc -MASTER_SITES= ${LIBDVDCSS_MASTER_SITES} +MASTER_SITES= ${LIBDVDCSS_MASTER_SITES}/${DISTNAME:S/libdvdcss-//}/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= marc@informatik.uni-bremen.de |