aboutsummaryrefslogtreecommitdiff
path: root/net/knxd
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-31 04:02:14 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-31 04:02:17 +0000
commit0a22085145817b5cabaf71578a389795bf2239e3 (patch)
tree7ce5e1a7addd593afc3dd8de5eb5eb33c089807e /net/knxd
parent02c1848e3e32c0cb78eb0b11217216499cf81d32 (diff)
downloadports-0a22085145817b5cabaf71578a389795bf2239e3.tar.gz
ports-0a22085145817b5cabaf71578a389795bf2239e3.zip
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
Diffstat (limited to 'net/knxd')
-rw-r--r--net/knxd/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/net/knxd/Makefile b/net/knxd/Makefile
index 1f2b686a73ab..221e779b0ff5 100644
--- a/net/knxd/Makefile
+++ b/net/knxd/Makefile
@@ -16,18 +16,16 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \
libfmt.so:devel/libfmt
USES= autoreconf compiler:c11 gmake libtool pkgconfig
-USE_RC_SUBR= knxd
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-systemd --disable-usb \
+ CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"
USE_GITHUB= yes
USE_LDCONFIG= yes
+USE_RC_SUBR= knxd
INSTALL_TARGET= install-strip
-GH_ACCOUNT= knxd
-GH_PROJECT= knxd
GH_TAGNAME= 746a8d85dfdc4c456a9b832eca358a062a2b351d
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS?=--disable-systemd --disable-usb \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"
post-patch:
# Replace script for version detection with PORTREVISION as the repository does not have a .git repo and therefor the script fails