diff --git a/databases/webdis/Makefile b/databases/webdis/Makefile index d792dd51a760..7cdeca14a46d 100644 --- a/databases/webdis/Makefile +++ b/databases/webdis/Makefile @@ -1,35 +1,33 @@ -# $FreeBSD$ - PORTNAME= webdis DISTVERSION= 0.1.14 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org COMMENT= HTTP interface for Redis LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent USES= gmake USE_GITHUB= yes GH_ACCOUNT= nicolasff USE_RC_SUBR= webdis USERS= webdis GROUPS= webdis PLIST_FILES= bin/webdis \ "@sample etc/webdis.conf.sample" post-patch: ${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@g" ${WRKSRC}/Makefile do-install: ${INSTALL} ${WRKSRC}/webdis ${STAGEDIR}${PREFIX}/bin/webdis ${INSTALL_DATA} ${FILESDIR}/webdis.conf ${STAGEDIR}${PREFIX}/etc/webdis.conf.sample post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/webdis .include diff --git a/shells/ohmyzsh/Makefile b/shells/ohmyzsh/Makefile index d31765dd7a50..bc7f38607cf6 100644 --- a/shells/ohmyzsh/Makefile +++ b/shells/ohmyzsh/Makefile @@ -1,37 +1,36 @@ # Created by: Serhii (Sergey) Kozlov -# $FreeBSD: head/shells/ohmyzsh/Makefile 558339 2020-12-17 23:43:18Z skozlov $ PORTNAME= ohmyzsh PORTVERSION= 20210331 CATEGORIES= shells MAINTAINER= skozlov@FreeBSD.org COMMENT= Community-driven framework for managing your zsh configuration LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= zsh:shells/zsh USE_GITHUB= yes GH_TAGNAME= 2d40b562e5da4c885babc1f7f09aa33a8a891eb2 NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message post-extract: ${RM} -r ${WRKSRC}/log ${WRKSRC}/cache .for f in install upgrade uninstall check_for_upgrade ${RM} ${WRKSRC}/tools/${f}.sh .endfor post-patch: ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|g" ${WRKSRC}/templates/zshrc.zsh-template do-install: ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "! -path \./\.* ! -name *\.bak ! -name *\.orig" .include