diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-13 01:35:55 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-13 01:35:55 +0000 |
commit | d633e9749854436c4b0f36b1078a9d6c26a3736b (patch) | |
tree | 4b3c824ea0c1e816c2b7446bef7237d63fb07e98 /net/sniffit | |
parent | d113e9195a7690fb171a84dcf76564ea77958c29 (diff) | |
download | pkgsrc-d633e9749854436c4b0f36b1078a9d6c26a3736b.tar.gz |
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'net/sniffit')
-rw-r--r-- | net/sniffit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 585649283f1..9a232b2b3e2 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/10/15 19:51:07 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/11/13 01:38:16 frueauf Exp $ # DISTNAME= sniffit.0.3.5 @@ -6,11 +6,11 @@ PKGNAME= sniffit-0.3.5 CATEGORIES= net security MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ -NOT_FOR_ARCHS= alpha # severe LP64 loss - MAINTAINER= packages@netbsd.org HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html +NOT_FOR_ARCHS= alpha # severe LP64 loss + do-build: cd ${WRKSRC} ; ./configure ; make |