Date: Wed, 14 Oct 2015 23:50:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399310 - head/net/nstxd Message-ID: <201510142350.t9ENorfb052585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Oct 14 23:50:53 2015 New Revision: 399310 URL: https://svnweb.freebsd.org/changeset/ports/399310 Log: - Add LICENSE - Use MANPREFIX - Remove bit belonging to pkg-message from pkg-descr Modified: head/net/nstxd/Makefile head/net/nstxd/pkg-descr Modified: head/net/nstxd/Makefile ============================================================================== --- head/net/nstxd/Makefile Wed Oct 14 23:50:44 2015 (r399309) +++ head/net/nstxd/Makefile Wed Oct 14 23:50:53 2015 (r399310) @@ -16,7 +16,10 @@ PATCHFILES= nstx_1.1-beta6-4.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= DNS tunnel server -USE_RC_SUBR+= nstxd +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_RC_SUBR= nstxd WRKSRC= ${WRKDIR}/nstx-1.1-beta6 SUB_FILES= pkg-message @@ -28,7 +31,9 @@ OPTIONS_DEFINE= DOCS post-install: ${INSTALL_PROGRAM} ${WRKSRC}/nstxd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ Modified: head/net/nstxd/pkg-descr ============================================================================== --- head/net/nstxd/pkg-descr Wed Oct 14 23:50:44 2015 (r399309) +++ head/net/nstxd/pkg-descr Wed Oct 14 23:50:53 2015 (r399310) @@ -1,3 +1,2 @@ nstxd allows a nstx client daemon to tunnel IP traffic through DNS requests to the machine running nstxd. -See %%PREFIX%%/share/doc/nstxd/README for more!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510142350.t9ENorfb052585>