diff options
author | dholland <dholland@pkgsrc.org> | 2012-01-03 03:24:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-01-03 03:24:45 +0000 |
commit | 1d6678fb131d60f39d8919976a3faa9f1ad4208e (patch) | |
tree | ac66a90c57ba5fe3b90c50b3c858434b51fd1612 /emulators | |
parent | 29578137b4639a8c222f7e1d572d2bc70684e83f (diff) | |
download | pkgsrc-1d6678fb131d60f39d8919976a3faa9f1ad4208e.tar.gz |
Add a FETCH_MESSAGE like the one for skype1. The distfile is no longer
available and isn't redistributable.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xm7/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 7e372d4fe61..3f82703d12e 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/05/19 08:59:13 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/01/03 03:24:45 dholland Exp $ # DISTNAME= xm71010s @@ -19,6 +19,10 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +FETCH_MESSAGE= "The xm7 distfile is no longer available, and is not freely" +FETCH_MESSAGE+= "distributable. If you do not already have it then this" +FETCH_MESSAGE+= "package is not of much use." + BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf PKG_DESTDIR_SUPPORT= user-destdir |