Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 09:34:36 +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: r472681 - head/sysutils/zeroer
Message-ID:  <201806180934.w5I9YaR5024556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 18 09:34:35 2018
New Revision: 472681
URL: https://svnweb.freebsd.org/changeset/ports/472681

Log:
  - Switch to USES=localbase
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/zeroer/Makefile
  head/sysutils/zeroer/pkg-descr

Modified: head/sysutils/zeroer/Makefile
==============================================================================
--- head/sysutils/zeroer/Makefile	Mon Jun 18 09:04:35 2018	(r472680)
+++ head/sysutils/zeroer/Makefile	Mon Jun 18 09:34:35 2018	(r472681)
@@ -15,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpopt.so:devel/popt
 
+USES=		localbase:ldflags
 PLIST_FILES=	bin/zeroer man/man1/zeroer.1.gz
 PORTDOCS=	README
 
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lpopt
+LDFLAGS+=	-lpopt
 
 OPTIONS_DEFINE=	DOCS
 
@@ -30,6 +30,8 @@ do-build:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 

Modified: head/sysutils/zeroer/pkg-descr
==============================================================================
--- head/sysutils/zeroer/pkg-descr	Mon Jun 18 09:04:35 2018	(r472680)
+++ head/sysutils/zeroer/pkg-descr	Mon Jun 18 09:34:35 2018	(r472681)
@@ -7,4 +7,4 @@ The utility's principle consists in writing huge zero-
 file. To a certain extent this works similar to dd, however zeroer dynamically
 reduces the blockwriter's buffer size when the filesystem is going to be full.
 
-WWW: http://critical.ch/zeroer/
+WWW: https://critical.ch/zeroer/



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