svn commit: r342021 - head/security/sha

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 16:47:48 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list