svn commit: r363631 - head/www/webfs

Antoine Brodin antoine at FreeBSD.org
Thu Jul 31 17:02:21 UTC 2014


Author: antoine
Date: Thu Jul 31 17:02:21 2014
New Revision: 363631
URL: http://svnweb.freebsd.org/changeset/ports/363631
QAT: https://qat.redports.org/buildarchive/r363631/

Log:
  Fix packaging

Modified:
  head/www/webfs/Makefile

Modified: head/www/webfs/Makefile
==============================================================================
--- head/www/webfs/Makefile	Thu Jul 31 16:26:58 2014	(r363630)
+++ head/www/webfs/Makefile	Thu Jul 31 17:02:21 2014	(r363631)
@@ -16,7 +16,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
 USES=		gmake
 MAKEFILE=	GNUmakefile
 
-PLIST_FILES=	sbin/webfsd man/man1/webfsd.1
+PLIST_FILES=	sbin/webfsd man/man1/webfsd.1.gz
 
 OPTIONS_DEFINE=		OPENSSL
 OPENSSL_MAKE_ENV=	LDLIBS="-lssl -lcrypto" USE_DIET=no


More information about the svn-ports-head mailing list