forked from Lainports/opnsense-ports
net/libdnet: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
82fac22ade
commit
5a8bca1658
2 changed files with 12 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= libdnet
|
||||
PORTVERSION= 1.13
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES?= net
|
||||
|
||||
MAINTAINER?= onatan@gmail.com
|
||||
|
|
|
|||
11
net/libdnet/files/patch-python-Makefile.am
Normal file
11
net/libdnet/files/patch-python-Makefile.am
Normal 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
|
||||
|
||||
Loading…
Add table
Reference in a new issue