svn commit: r429322 - head/net/rwhoisd

Antoine Brodin antoine at FreeBSD.org
Sat Dec 24 10:11:10 UTC 2016


Author: antoine
Date: Sat Dec 24 10:11:09 2016
New Revision: 429322
URL: https://svnweb.freebsd.org/changeset/ports/429322

Log:
  Fix packaging
  
  Reported by:	pkg-fallout

Modified:
  head/net/rwhoisd/Makefile

Modified: head/net/rwhoisd/Makefile
==============================================================================
--- head/net/rwhoisd/Makefile	Sat Dec 24 10:09:03 2016	(r429321)
+++ head/net/rwhoisd/Makefile	Sat Dec 24 10:11:09 2016	(r429322)
@@ -48,6 +48,7 @@ post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/*
 	${INSTALL_MAN} ${WRKSRC}/doc/rwhois_indexer.8 ${STAGEDIR}${PREFIX}/man/man8
 	${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${STAGEDIR}${PREFIX}/man/man8
+	@${MKDIR} ${STAGEDIR}/var/log/rwhoisd ${STAGEDIR}/var/run/rwhoisd
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list