diff options
author | billf <billf@FreeBSD.org> | 1999-06-17 13:38:20 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-17 13:38:20 +0000 |
commit | 101f8dfce14bda9c88452ff8d9a78ddf8f70c798 (patch) | |
tree | 5fb8363bdb545c30685c2d043a7c0a0faade4c6a /net/smbtcpdump | |
parent | 1b809d642dbecda5668d0dfb79612c2a1788b282 (diff) | |
download | FreeBSD-ports-101f8dfce14bda9c88452ff8d9a78ddf8f70c798.zip FreeBSD-ports-101f8dfce14bda9c88452ff8d9a78ddf8f70c798.tar.gz |
Portlint, this port doesn't need to include bsd.port.{pre,post}.mk
Also the Makefile was copied from the Samba makefile it seems, so I
fixed the first 5 comment lines so they were actually accurate.
Noticed from: bento errorlogs
Diffstat (limited to 'net/smbtcpdump')
-rw-r--r-- | net/smbtcpdump/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net/smbtcpdump/Makefile b/net/smbtcpdump/Makefile index 61cea8d..b518e0d 100644 --- a/net/smbtcpdump/Makefile +++ b/net/smbtcpdump/Makefile @@ -1,10 +1,10 @@ # ex:ts=8 -# New ports collection makefile for: samba -# Version required: 1.9.18 -# Date created: 11th Feb 1995 -# Whom: gpalmer +# New ports collection makefile for: smbtcpdump +# Version required: 3.4 +# Date created: 2 Jun 1998 +# Whom: obrien # -# $Id: Makefile,v 1.5 1999/01/06 21:27:02 obrien Exp $ +# $Id: Makefile,v 1.6 1999/01/06 21:33:42 obrien Exp $ # DISTNAME= tcpdump-3.4 @@ -19,8 +19,6 @@ PATCHFILES= tcpdump-3.4a5-smb.patch MAINTAINER= obrien@FreeBSD.org -.include <bsd.port.pre.mk> - GNU_CONFIGURE= yes ALL_TARGET= depend tcpdump MAN1= smbtcpdump.1 @@ -29,4 +27,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${PREFIX}/sbin/smbtcpdump ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${PREFIX}/man/man1/smbtcpdump.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |