Date: Tue, 25 Feb 2020 11:50:24 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527074 - in head/www/e2guardian: . files Message-ID: <202002251150.01PBoO0p024788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Tue Feb 25 11:50:23 2020 New Revision: 527074 URL: https://svnweb.freebsd.org/changeset/ports/527074 Log: www/e2guardian: Remove unneeded code - Remove pre-configure: target. It was running autogen.sh, but USES=autoreconf being set has the same effect - Remove pkg-install. It was attempting to do the same tasks done by @sample items on pkg-plist PR: 244281 Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate) Deleted: head/www/e2guardian/files/pkg-install.in Modified: head/www/e2guardian/Makefile Modified: head/www/e2guardian/Makefile ============================================================================== --- head/www/e2guardian/Makefile Tue Feb 25 10:45:51 2020 (r527073) +++ head/www/e2guardian/Makefile Tue Feb 25 11:50:23 2020 (r527074) @@ -4,6 +4,7 @@ PORTNAME= e2guardian PORTVERSION= 5.3.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= marcellocoutinho@gmail.com @@ -73,11 +74,8 @@ PLIST_SUB+= SCANNERS="" PLIST_SUB+= SCANNERS="@comment " .endif -SUB_FILES= pkg-message pkg-install +SUB_FILES= pkg-message -pre-configure: - @cd ${WRKSRC} && ${SH} ${WRKSRC}/autogen.sh - post-install: @${FIND} ${STAGEDIR}${ETCDIR} -type f \ \( -name '*.conf' -or -name '*list' -or -name '*.story' \) \ @@ -99,4 +97,5 @@ post-install: ${STAGEDIR}${ETCDIR}/lists/contentscanners/ @${MV} ${STAGEDIR}${ETCDIR}/lists/exceptionvirussiteiplist.sample \ ${STAGEDIR}${ETCDIR}/lists/contentscanners/ + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002251150.01PBoO0p024788>