svn commit: r358954 - in head/net/nstxd: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 23 13:53:30 UTC 2014
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 at 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!
More information about the svn-ports-all
mailing list