diff options
Diffstat (limited to 'textproc/libfyaml/Makefile')
-rw-r--r-- | textproc/libfyaml/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/libfyaml/Makefile b/textproc/libfyaml/Makefile index 5794d483f04..cfb127fd1e9 100644 --- a/textproc/libfyaml/Makefile +++ b/textproc/libfyaml/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2022/12/08 19:16:20 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2022/12/14 15:38:59 wiz Exp $ DISTNAME= libfyaml-0.7.12 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=pantoniou/} -GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_RELEASE= v${PKGVERSION_NOREV} +# remove on next update +DIST_SUBDIR= libfyaml-0.7.12 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pantoniou/libfyaml/ @@ -11,12 +13,8 @@ COMMENT= Feature-complete YAML parser and emitter LICENSE= mit USE_LIBTOOL= yes -USE_TOOLS+= autoconf automake autoreconf GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libfyaml.pc.in -pre-configure: - cd ${WRKSRC} && autoreconf -fvi - .include "../../mk/bsd.pkg.mk" |