Date: Fri, 31 Jan 2014 16:47:48 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342021 - head/security/sha Message-ID: <201401311647.s0VGlm3T098416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 16:47:48 2014 New Revision: 342021 URL: http://svnweb.freebsd.org/changeset/ports/342021 QAT: https://qat.redports.org/buildarchive/r342021/ Log: - Stage support Modified: head/security/sha/Makefile Modified: head/security/sha/Makefile ============================================================================== --- head/security/sha/Makefile Fri Jan 31 16:47:26 2014 (r342020) +++ head/security/sha/Makefile Fri Jan 31 16:47:48 2014 (r342021) @@ -10,10 +10,9 @@ MAINTAINER= allan@saddi.com COMMENT= Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake -MAN1= sha.1 -PLIST_FILES= bin/sha +PLIST_FILES= bin/sha \ + man/man1/sha.1.gz -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311647.s0VGlm3T098416>