diff options
author | bf <bf@FreeBSD.org> | 2010-10-30 00:34:58 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-10-30 00:34:58 +0800 |
commit | 6fe971e35ed2fca89bbb0dc06f282dfe57fa8667 (patch) | |
tree | f28e7bc29cfd668626a857cab0b9aed98aa1ec3c /net-mgmt | |
parent | fb39de13e7ffae465124a1cbf2f75c5212254906 (diff) | |
download | freebsd-ports-gnome-6fe971e35ed2fca89bbb0dc06f282dfe57fa8667.tar.gz freebsd-ports-gnome-6fe971e35ed2fca89bbb0dc06f282dfe57fa8667.tar.zst freebsd-ports-gnome-6fe971e35ed2fca89bbb0dc06f282dfe57fa8667.zip |
Fix plugins build with CC=cc [1]; remove md5 checksums
from distinfo
PR: 151430 [1]
Submitted by: Alexander <bas@it-core.org> [1]
Approved by: makc, miwi (mentors, implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/kismet/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/kismet/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index c784ee7f418d..f3cb5d55fffd 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -80,10 +80,12 @@ post-patch: -e "/ouifile=/{/wireshark/d;s|/etc|${DOCSDIR}|;}" \ ${WRKSRC}/conf/kismet.conf.in \ ${WRKSRC}/conf/kismet_drone.conf - ${REINPLACE_CMD} -e "s/plugin-/plugin-[aps]/" \ + @${REINPLACE_CMD} -e "s/plugin-/plugin-[aps]/" \ -e "s/make/${GMAKE}/" \ -e "s/\$$(MAKE)/${GMAKE}/" \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "/PLUGINLDFLAGS/d" \ + ${WRKSRC}/Makefile.inc.in post-install: .ifndef(NOPORTDOCS) diff --git a/net-mgmt/kismet/distinfo b/net-mgmt/kismet/distinfo index 4862d1532e09..a85ed8ec4347 100644 --- a/net-mgmt/kismet/distinfo +++ b/net-mgmt/kismet/distinfo @@ -1,5 +1,3 @@ -MD5 (kismet/kismet-2010-07-R1.tar.gz) = 85e59186eb529889118b5635f35cf57d SHA256 (kismet/kismet-2010-07-R1.tar.gz) = b1bae7a97e7a904bf620f285aa0d62ebc1fd3b54b671fbca125405036f949e80 SIZE (kismet/kismet-2010-07-R1.tar.gz) = 896466 -MD5 (kismet/manuf) = IGNORE SHA256 (kismet/manuf) = IGNORE |