diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-09 23:26:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-09 23:26:46 +0000 |
commit | f2c02e4928c4476649ad34aeb11a08838f3a4774 (patch) | |
tree | 1864bbf3c8763f1760ff0e4ab33127427df089bd | |
parent | 98cf594de533aa82cb93d27193c134672d3e1204 (diff) | |
download | pkgsrc-f2c02e4928c4476649ad34aeb11a08838f3a4774.tar.gz |
Fix build on m68k; add a MASTER_SITE.
-rw-r--r-- | news/nn/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index cb3376a7c75..b18c3b54bc3 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2000/02/27 23:37:53 tron Exp $ +# $NetBSD: Makefile,v 1.14 2000/09/09 23:26:46 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp # DISTNAME= nn-6.5.4 CATEGORIES= news -MASTER_SITES= ftp://ftp.gw.com/pub/unix/news/nn/ +MASTER_SITES= ftp://ftp.gw.com/pub/unix/news/nn/ \ + ftp://ftp.visi.com/users/mtpins/nn/ MAINTAINER= packages@netbsd.org @@ -43,5 +44,6 @@ post-patch: s#@SFILE@#${SFILE}#' \ <${WRKSRC}/config.h-dist >${WRKSRC}/config.h @${CP} ${FILESDIR}/s-netbsd.h ${WRKSRC}/conf/s-netbsd.h + @${CP} ${WRKSRC}/conf/m-m680x0.h ${WRKSRC}/conf/m-m68k.h .include "../../mk/bsd.pkg.mk" |