diff options
author | tnn <tnn@pkgsrc.org> | 2009-09-23 13:49:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-09-23 13:49:40 +0000 |
commit | 225fced74bf2aef5c557bed654508c1fb82147d9 (patch) | |
tree | dbb4cfe5a66112406f1dcb672f638d49c67bb492 /emulators | |
parent | a4f6d08cc9dbf966b7e03f467178fddffaf9646b (diff) | |
download | pkgsrc-225fced74bf2aef5c557bed654508c1fb82147d9.tar.gz |
No master site here; set INTERACTIVE_STAGE=fetch
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sap/Makefile.common | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/sap/Makefile.common b/emulators/sap/Makefile.common index 20486042244..5333ffdaa95 100644 --- a/emulators/sap/Makefile.common +++ b/emulators/sap/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2009/03/09 16:46:02 sno Exp $ +# $NetBSD: Makefile.common,v 1.2 2009/09/23 13:49:40 tnn Exp $ # used by archivers/sapcar/Makefile # used by devel/sapnwrfcsdk/Makefile @@ -29,3 +29,8 @@ BUILD_DIRS= # empty NO_CONFIGURE= yes NO_BUILD= yes +INTERACTIVE_STAGE= fetch +FETCH_MESSAGE= \ + "Distfiles cannot be downloaded automatically." \ + "Please see the file DESCR for instructions on how" \ + "to fetch the distfiles for ${PKGNAME}." |