Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 13:27:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421162 - head/sysutils/uptimed
Message-ID:  <201608311327.u7VDRxje033413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 31 13:27:59 2016
New Revision: 421162
URL: https://svnweb.freebsd.org/changeset/ports/421162

Log:
  - Remove bogus USES=tar:bzip2
  - Whitespace fix
  
  PR:		212270
  Submitted by:	pkubaj@anongoth.pl (maintainer)

Modified:
  head/sysutils/uptimed/Makefile

Modified: head/sysutils/uptimed/Makefile
==============================================================================
--- head/sysutils/uptimed/Makefile	Wed Aug 31 13:26:45 2016	(r421161)
+++ head/sysutils/uptimed/Makefile	Wed Aug 31 13:27:59 2016	(r421162)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_GITHUB=	yes
 GH_ACCOUNT=	rpodgorny
 
-USES=		autoreconf gmake libtool tar:bzip2
+USES=		autoreconf gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
@@ -27,7 +27,7 @@ post-patch:
 		's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \
 		 s|/var/run/uptimed|/var/run/uptimed.pid|' \
 		${WRKSRC}/etc/uptimed.conf-dist
-	 @${REINPLACE_CMD} -e \
+	@${REINPLACE_CMD} -e \
 		's|/etc/uprecords-cgi/|${PREFIX}/www/cgi-bin/|' \
 		${WRKSRC}/src/uprecords.c
 



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