From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 13:53:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A677B8EB; Mon, 23 Jun 2014 13:53:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92E0B2B17; Mon, 23 Jun 2014 13:53:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NDrUhs047887; Mon, 23 Jun 2014 13:53:30 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NDrUX5047885; Mon, 23 Jun 2014 13:53:30 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406231353.s5NDrUX5047885@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 23 Jun 2014 13:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358954 - in head/net/nstxd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 13:53:30 -0000 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 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!