diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-14 23:50:53 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-14 23:50:53 +0000 |
commit | 70ce97aab7a8bc899a30d5b188503f7fd0f6bcbb (patch) | |
tree | 3436d1345950b0fbd8fd505c8640b826ed4c49b1 | |
parent | e7e11d047b402ba2620831118bd1298fd19ed41e (diff) |
Notes
-rw-r--r-- | net/nstxd/Makefile | 9 | ||||
-rw-r--r-- | net/nstxd/pkg-descr | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net/nstxd/Makefile b/net/nstxd/Makefile index 27a685edeac5..0980302af18c 100644 --- a/net/nstxd/Makefile +++ b/net/nstxd/Makefile @@ -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}/ diff --git a/net/nstxd/pkg-descr b/net/nstxd/pkg-descr index 4b835b616515..19570f8e6bbe 100644 --- a/net/nstxd/pkg-descr +++ b/net/nstxd/pkg-descr @@ -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! |