Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 18:31:35 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413227 - head/www/nostromo
Message-ID:  <201604131831.u3DIVZ7b047159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@-o [^ ]* -g [^ ]*@ -o ${BINOWN} -g ${BINGRP}@" \
+		-e 's@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
-@sample %%NOSTROMODIR%%/conf/nhttpd.conf-dist
+@sample %%NOSTROMODIR%%/conf/nhttpd.conf.sample
 %%NOSTROMODIR%%/htdocs/index.html
 %%NOSTROMODIR%%/htdocs/nostromo.gif
 %%NOSTROMODIR%%/htdocs/cgi-bin/printenv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604131831.u3DIVZ7b047159>