diff options
author | grant <grant> | 2004-01-27 14:13:49 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-27 14:13:49 +0000 |
commit | ad915987cdfa48503a76e0d1cbd9f89def88da30 (patch) | |
tree | d45b55d88aa6db54e3035f7c1bead225f8b249d3 /net | |
parent | 576c97fe92ae7d6b6e24b58097c54a7856b710dd (diff) | |
download | pkgsrc-ad915987cdfa48503a76e0d1cbd9f89def88da30.tar.gz |
uppercase IP acronym, tabify.
Diffstat (limited to 'net')
-rw-r--r-- | net/iplog/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile index cfac7f4f20a..109ba463301 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 14:50:05 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/27 14:13:49 grant Exp $ # DISTNAME= iplog-2.2.3 @@ -8,16 +8,16 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/} MAINTAINER= gremlin@portal-to-web.de HOMEPAGE= http://ojnk.sourceforge.net/ -COMMENT= Iplog is a tool using pcap to log ip traffic +COMMENT= Iplog is a tool using pcap to log IP traffic USE_BUILDLINK2= YES USE_GNU_TOOLS+= make USE_PKGINSTALL= YES GNU_CONFIGURE= YES -CFLAGSTMP="-I${PREFIX}/include -Wall" -LDFLAGSTMP="-L${PREFIX}/lib -Wl,-R${PREFIX}/lib" -LIBSTMP="-lpthread" +CFLAGSTMP= "-I${PREFIX}/include -Wall" +LDFLAGSTMP= "-L${PREFIX}/lib -Wl,-R${PREFIX}/lib" +LIBSTMP= "-lpthread" RCD_SCRIPTS= iplog |