diff options
author | explorer <explorer@pkgsrc.org> | 1998-09-04 12:06:13 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1998-09-04 12:06:13 +0000 |
commit | c85255a9b16a381eb46229adb9038e31d377dcc2 (patch) | |
tree | 0c51cd66d0f1f6369ab645a94cd57975676ddc5d /emulators/freebsd_lib | |
parent | 30852e379b6ffc4693ccaba665d3fd892445037a (diff) | |
download | pkgsrc-c85255a9b16a381eb46229adb9038e31d377dcc2.tar.gz |
provide a pointer to the source
Diffstat (limited to 'emulators/freebsd_lib')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 689a7db5636..62523de3d6a 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/09/02 20:57:02 explorer Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/04 12:06:13 explorer Exp $ # DISTNAME= freebsd_lib-2.2.7 @@ -8,8 +8,14 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= packages@netbsd.org +# # The distfile is distributed under the GPL, so no re-distribution of # binaries without source. +# +# Source can be found on +# http://www.flame.org/NetBSD/freebsd_lib.2.2.7-src.tar.gz. +# It seems nasty to have to provide source when FreeBSD already does. +# MIRROR_DISTFILE= no NO_BUILD= yes |