Date: Sun, 14 Feb 2016 22:29:56 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408905 - head/ports-mgmt/genplist Message-ID: <201602142229.u1EMTuUm018582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Feb 14 22:29:56 2016 New Revision: 408905 URL: https://svnweb.freebsd.org/changeset/ports/408905 Log: - fix install target s/reinstall/stage/ PR: 206483 Submitted by: <w.schwarzenfeld at aon.at> Approved by: maintainer timeout MFH: 2016Q1 Modified: head/ports-mgmt/genplist/Makefile head/ports-mgmt/genplist/distinfo Modified: head/ports-mgmt/genplist/Makefile ============================================================================== --- head/ports-mgmt/genplist/Makefile Sun Feb 14 22:27:30 2016 (r408904) +++ head/ports-mgmt/genplist/Makefile Sun Feb 14 22:29:56 2016 (r408905) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= genplist -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= ports-mgmt MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -17,7 +17,7 @@ USES= tar:xz PLIST_FILES= bin/genplist man/man1/genplist.1.gz do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.mk> Modified: head/ports-mgmt/genplist/distinfo ============================================================================== --- head/ports-mgmt/genplist/distinfo Sun Feb 14 22:27:30 2016 (r408904) +++ head/ports-mgmt/genplist/distinfo Sun Feb 14 22:29:56 2016 (r408905) @@ -1,2 +1,2 @@ -SHA256 (genplist-1.1.tar.xz) = 17745255d1ac3ac7525bb1b501604a1a37537c86d0c79a38bbd76e81ccb6773f -SIZE (genplist-1.1.tar.xz) = 5804 +SHA256 (genplist-1.2.tar.xz) = bf5d61dc01c2699701897cf91332d73dd1abd8e948bd954c0c0bb7710ef600eb +SIZE (genplist-1.2.tar.xz) = 5780
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602142229.u1EMTuUm018582>