pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/libdvdcss Only do the INTERACTIVE_STAGE for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7478b8baafa
branches: trunk
changeset: 500615:f7478b8baafa
user: reed <reed%pkgsrc.org@localhost>
date: Mon Oct 10 21:09:07 2005 +0000
description:
Only do the INTERACTIVE_STAGE for the fetch target
if LIBDVDCSS_MASTER_SITES is not defined.
(Thanks for the reminder, wiz.)
Also rephrase this _FETCH_MESSAGE to suggest
defining LIBDVDCSS_MASTER_SITES also.
diffstat:
multimedia/libdvdcss/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 7015de02f212 -r f7478b8baafa multimedia/libdvdcss/Makefile
--- a/multimedia/libdvdcss/Makefile Mon Oct 10 20:45:19 2005 +0000
+++ b/multimedia/libdvdcss/Makefile Mon Oct 10 21:09:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/10/10 20:04:26 reed Exp $
+# $NetBSD: Makefile,v 1.11 2005/10/10 21:09:07 reed Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
@@ -22,6 +22,7 @@
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+.if !defined(LIBDVDCSS_MASTER_SITES)
INTERACTIVE_STAGE= fetch
_FETCH_MESSAGE= \
@@ -31,13 +32,14 @@
${ECHO} " that we are not able to provide pointers to the source or homepage"; \
${ECHO} " for this software, even in other countries."; \
${ECHO} ; \
- ${ECHO} " The file ${DISTNAME}${EXTRACT_SUFX} containing"; \
- ${ECHO} " ${COMMENT}"; \
- ${ECHO} " must be fetched into:"; \
+ ${ECHO} " Either define LIBDVDCSS_MASTER_SITES to point to the download site or"; \
+ ${ECHO} " manually download the file ${DISTNAME}${EXTRACT_SUFX} containing this"; \
+ ${ECHO} " ${COMMENT} and save to:"; \
${ECHO} ; \
${ECHO} " ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"; \
${ECHO} ; \
${ECHO} "======================================================================"
+.endif
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
Home |
Main Index |
Thread Index |
Old Index