diff options
Diffstat (limited to 'dns/unbound/Makefile')
-rw-r--r-- | dns/unbound/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index cd392a486bf9..489e2a0483b7 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -1,5 +1,5 @@ PORTNAME= unbound -DISTVERSION= 1.23.0 +DISTVERSION= 1.24.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ @@ -16,7 +16,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ USES= autoreconf cpe libtool pkgconfig ssl CPE_VENDOR= nlnetlabs USE_LDCONFIG= yes -USE_RC_SUBR= unbound +USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libexpat=${LOCALBASE} \ @@ -100,9 +100,7 @@ post-patch-FILTER_AAAA-on: ${PATCH} -d ${WRKSRC} -p1 -s post-build: - @for s in ${STRIP_FILES}; \ - do ${STRIP_CMD} ${WRKSRC}/$$s; \ - done + ${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} |