aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2023-09-27 13:27:32 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2023-09-27 13:27:32 +0000
commit41d81a86e060f6144a54600660a59ee3b7981d14 (patch)
tree927daf3c5b652fa034dcbc70ae46cdaf02fc83f9
parente82ba6bebf050488063e2439edd4ed666c127746 (diff)
downloadports-41d81a86e060f6144a54600660a59ee3b7981d14.tar.gz
ports-41d81a86e060f6144a54600660a59ee3b7981d14.zip
net/packetdrill: Drop FreeBSD 12
While here, fix portlint complains about missing WWW tag. Reported by: pkg-fallout
-rw-r--r--net/packetdrill/Makefile4
-rw-r--r--net/packetdrill/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/net/packetdrill/Makefile b/net/packetdrill/Makefile
index 60b543a119b4..7b9e5ec9c2ed 100644
--- a/net/packetdrill/Makefile
+++ b/net/packetdrill/Makefile
@@ -8,6 +8,8 @@ WWW= https://github.com/freebsd-net/packetdrill
LICENSE= GPLv2
+IGNORE_FreeBSD_12= does not build
+
USES= bison python:run uidfix
USE_GITHUB= yes
GH_ACCOUNT= freebsd-net
@@ -30,7 +32,7 @@ pre-build:
cd ${WRKSRC} && ${LN} Makefile.FreeBSD Makefile
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/net/packetdrill/pkg-descr b/net/packetdrill/pkg-descr
index ac97f93a2e95..77dea864c71c 100644
--- a/net/packetdrill/pkg-descr
+++ b/net/packetdrill/pkg-descr
@@ -5,4 +5,4 @@ OpenBSD, and NetBSD. It can test network stack behavior over physical
NICs on a LAN, or on a single machine using a tun virtual network
device.
-See also: https://github.com/google/packetdrill
+See also WWW: https://github.com/google/packetdrill