net/libdnet: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2022-03-28 12:44:36 +02:00
parent 82fac22ade
commit 5a8bca1658
2 changed files with 12 additions and 1 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= libdnet
PORTVERSION= 1.13
DISTVERSIONPREFIX= v
PORTREVISION= 3
PORTREVISION?= 3
CATEGORIES?= net
MAINTAINER?= onatan@gmail.com

View file

@ -0,0 +1,11 @@
--- python/Makefile.am.orig 2019-03-19 17:55:02 UTC
+++ python/Makefile.am
@@ -22,7 +22,7 @@ clean: python-clean
distclean: clean
python-install:
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --prefix=$(prefix) --root=$(DESTDIR)
install-exec-local: python-install