Date: Mon, 23 Jun 2014 13:53:30 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358954 - in head/net/nstxd: . files Message-ID: <201406231353.s5NDrUX5047885@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Jun 23 13:53:29 2014 New Revision: 358954 URL: http://svnweb.freebsd.org/changeset/ports/358954 QAT: https://qat.redports.org/buildarchive/r358954/ Log: Stagify. Approved by: portmgr@ Added: head/net/nstxd/files/pkg-message.in (contents, props changed) Deleted: head/net/nstxd/pkg-message Modified: head/net/nstxd/Makefile Modified: head/net/nstxd/Makefile ============================================================================== --- head/net/nstxd/Makefile Mon Jun 23 13:52:31 2014 (r358953) +++ head/net/nstxd/Makefile Mon Jun 23 13:53:29 2014 (r358954) @@ -16,22 +16,20 @@ PATCHFILES= nstx_1.1-beta6-4.diff.gz MAINTAINER= freebsd@nagilum.org COMMENT= DNS tunnel server -MAN8= nstxd.8 USE_RC_SUBR+= nstxd WRKSRC= ${WRKDIR}/nstx-1.1-beta6 +SUB_FILES= pkg-message ALL_TARGET= nstxd INSTALL_TARGET= nstxd -NO_STAGE= yes post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nstxd ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${PREFIX}/man/man8/ + ${INSTALL_PROGRAM} ${WRKSRC}/nstxd ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/nstxd.8 ${STAGEDIR}${PREFIX}/man/man8/ .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ - @${CAT} pkg-message + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif #NOPORTDOCS .include <bsd.port.mk> Added: head/net/nstxd/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nstxd/files/pkg-message.in Mon Jun 23 13:53:29 2014 (r358954) @@ -0,0 +1,2 @@ +You need to be able to specify this host in the NS record of a domainname to use this program. +See %%PREFIX%%/share/doc/nstxd/README for details!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406231353.s5NDrUX5047885>