svn commit: r359036 - head/net/splatd

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 04:33:34 UTC 2014


Author: vanilla
Date: Tue Jun 24 04:33:33 2014
New Revision: 359036
URL: http://svnweb.freebsd.org/changeset/ports/359036
QAT: https://qat.redports.org/buildarchive/r359036/

Log:
  1: Stagify.
  2: use @sample on pkg-plist, bump version.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/net/splatd/Makefile
  head/net/splatd/pkg-plist

Modified: head/net/splatd/Makefile
==============================================================================
--- head/net/splatd/Makefile	Tue Jun 24 04:13:41 2014	(r359035)
+++ head/net/splatd/Makefile	Tue Jun 24 04:33:33 2014	(r359036)
@@ -3,7 +3,7 @@
 
 PORTNAME=	splatd
 PORTVERSION=	1.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -20,19 +20,16 @@ USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	splat
 USE_RC_SUBR=	splatd
 SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
-MAN5=		splat.conf.5
-MAN8=		splatd.8
 
-NO_STAGE=	yes
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/splat.conf ${PREFIX}/etc/splat.conf.sample
-	${MV} -f ${PREFIX}/bin/splatd ${PREFIX}/sbin/splatd
-	${INSTALL_MAN} ${WRKSRC}/docs/man/splat.conf.5 ${MANPREFIX}/man/man5
-	${INSTALL_MAN} ${WRKSRC}/docs/man/splatd.8 ${MANPREFIX}/man/man8
+	${INSTALL_DATA} ${WRKSRC}/splat.conf ${STAGEDIR}${PREFIX}/etc/splat.conf.sample
+	${MV} -f ${STAGEDIR}${PREFIX}/bin/splatd ${STAGEDIR}${PREFIX}/sbin/splatd
+	${INSTALL_MAN} ${WRKSRC}/docs/man/splat.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/docs/man/splatd.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}/xhtml
-	${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${DOCSDIR}/xhtml
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/xhtml
+	${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${STAGEDIR}${DOCSDIR}/xhtml
 .endif
 
 .include <bsd.port.mk>

Modified: head/net/splatd/pkg-plist
==============================================================================
--- head/net/splatd/pkg-plist	Tue Jun 24 04:13:41 2014	(r359035)
+++ head/net/splatd/pkg-plist	Tue Jun 24 04:33:33 2014	(r359036)
@@ -1,4 +1,6 @@
-etc/splat.conf.sample
+ at sample etc/splat.conf.sample
+man/man5/splat.conf.5.gz
+man/man8/splatd.8.gz
 sbin/splatd
 %%PYTHON_SITELIBDIR%%/splat/__init__.py
 %%PYTHON_SITELIBDIR%%/splat/__init__.pyc


More information about the svn-ports-head mailing list