svn commit: r413227 - head/www/nostromo

Mikhail Teterin mi at FreeBSD.org
Wed Apr 13 18:31:36 UTC 2016


Author: mi
Date: Wed Apr 13 18:31:35 2016
New Revision: 413227
URL: https://svnweb.freebsd.org/changeset/ports/413227

Log:
  The @sample macro for pkg-plist is only prepared to deal with
  the .sample suffix. Revert this bit to the previous version.
  
  Notified by:	jbeich

Modified:
  head/www/nostromo/Makefile
  head/www/nostromo/pkg-plist

Modified: head/www/nostromo/Makefile
==============================================================================
--- head/www/nostromo/Makefile	Wed Apr 13 18:14:20 2016	(r413226)
+++ head/www/nostromo/Makefile	Wed Apr 13 18:31:35 2016	(r413227)
@@ -29,6 +29,7 @@ post-extract:
 		${WRKSRC}/conf/nhttpd.conf-dist
 	@${REINPLACE_CMD} -e "s@/var/nostromo@${STAGEDIR}${PREFIX}/${NOSTROMO_DIR}@g" \
 		-e "s at -o [^ ]* -g [^ ]*@ -o ${BINOWN} -g ${BINGRP}@" \
+		-e 's at conf-dist$$@conf.sample@'	\
 		${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/www/nostromo/pkg-plist
==============================================================================
--- head/www/nostromo/pkg-plist	Wed Apr 13 18:14:20 2016	(r413226)
+++ head/www/nostromo/pkg-plist	Wed Apr 13 18:31:35 2016	(r413227)
@@ -2,7 +2,7 @@ man/man8/nhttpd.8.gz
 sbin/crypt
 sbin/nhttpd
 %%NOSTROMODIR%%/conf/mimes
- at sample %%NOSTROMODIR%%/conf/nhttpd.conf-dist
+ at sample %%NOSTROMODIR%%/conf/nhttpd.conf.sample
 %%NOSTROMODIR%%/htdocs/index.html
 %%NOSTROMODIR%%/htdocs/nostromo.gif
 %%NOSTROMODIR%%/htdocs/cgi-bin/printenv


More information about the svn-ports-all mailing list