diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-25 23:27:28 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-25 23:27:28 +0800 |
commit | b8b879d04b6a7a861ccd179f9039d4312784d92d (patch) | |
tree | e08e71cf1f559b8d6871af80ae3b21b6244ce8c3 /dns/dnscrypt-proxy/Makefile | |
parent | 61d46a9e6c313e82089c014788eacf41d3cd865a (diff) | |
download | freebsd-ports-gnome-b8b879d04b6a7a861ccd179f9039d4312784d92d.tar.gz freebsd-ports-gnome-b8b879d04b6a7a861ccd179f9039d4312784d92d.tar.zst freebsd-ports-gnome-b8b879d04b6a7a861ccd179f9039d4312784d92d.zip |
- Update from 1.3.2 to 1.3.3 [1]
- Add stage support
PR: ports/183286
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [1]
Diffstat (limited to 'dns/dnscrypt-proxy/Makefile')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index e7bf0b995fe9..fcb260029889 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTVERSION= 1.3.3 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ @@ -21,26 +20,16 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME} -MAN8= dnscrypt-proxy.8 hostip.8 - PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ README-PLUGINS.markdown README-WINDOWS.markdown \ README.markdown TECHNOTES THANKS OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - -pre-install: - ${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/ - ${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${MAN8PREFIX}/man/man8/ - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif - @${CAT} ${WRKDIR}/pkg-message + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include <bsd.port.mk> |