diff options
Diffstat (limited to 'security/hitch/Makefile')
-rw-r--r-- | security/hitch/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/hitch/Makefile b/security/hitch/Makefile index 853e7d812bb..43186fe8288 100644 --- a/security/hitch/Makefile +++ b/security/hitch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2016/05/25 20:15:35 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2016/08/22 09:34:40 fhajny Exp $ -DISTNAME= hitch-1.2.0 +DISTNAME= hitch-1.3.1 CATEGORIES= security MASTER_SITES= https://hitch-tls.org/source/ @@ -37,18 +37,18 @@ MESSAGE_SUBST+= HITCH_CERTS=${HITCH_CERTS} SUBST_CLASSES+= dir SUBST_STAGE.dir= pre-configure -SUBST_FILES.dir= hitch.conf.ex +SUBST_FILES.dir= hitch.conf.example SUBST_VARS.dir= HITCH_USER HITCH_GROUP HITCH_CERTS SUBST_MESSAGE.dir= Setting default configuration values PKG_SYSCONFSUBDIR= hitch -CONF_FILES+= share/examples/hitch/hitch.conf.ex \ +CONF_FILES+= share/examples/hitch/hitch.conf.example \ ${PKG_SYSCONFDIR}/hitch.conf INSTALLATION_DIRS+= share/examples/hitch post-install: - ${MV} ${DESTDIR}${PREFIX}/share/doc/hitch/hitch.conf.ex \ + ${MV} ${DESTDIR}${PREFIX}/share/doc/hitch/hitch.conf.example \ ${DESTDIR}${PREFIX}/share/examples/hitch PYTHON_FOR_BUILD_ONLY= yes |