summaryrefslogtreecommitdiff
path: root/net/sniffit
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /net/sniffit
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-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 'net/sniffit')
-rw-r--r--net/sniffit/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index 0a3085de57f..02a2f9e7fe4 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.9 1999/03/08 10:53:57 agc Exp $
+# $NetBSD: Makefile,v 1.10 1999/05/24 20:39:47 tv Exp $
#
-DISTNAME= sniffit.0.3.5
-PKGNAME= sniffit-0.3.5
-CATEGORIES= net security
-MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
+DISTNAME= sniffit.0.3.5
+PKGNAME= sniffit-0.3.5
+CATEGORIES= net security
+MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
-NOT_FOR_ARCHS= alpha # severe LP64 loss
+NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss
do-build:
cd ${WRKSRC} ; ./configure ; ${MAKE}