diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /devel/noweb | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 5d2b9740ccd..1a872369a97 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,18 +1,18 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:16:49 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1999/05/24 20:39:38 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # -DISTNAME= noweb-2.8a -CATEGORIES= devel -MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ -EXTRACT_SUFX= .tgz -ONLY_FOR_ARCHS= alpha i386 +DISTNAME= noweb-2.8a +CATEGORIES= devel +MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ +EXTRACT_SUFX= .tgz +ONLY_FOR_PLATFORM= NetBSD-*-{alpha,i386} -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.cs.virginia.edu/~nr/noweb/ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.virginia.edu/~nr/noweb/ -DEPENDS+= icon-9.3.1:../../lang/icon +DEPENDS= icon-9.3.1:../../lang/icon -WRKSRC= ${WRKDIR}/src +WRKSRC= ${WRKDIR}/src .include "../../mk/bsd.pkg.mk" |