[Midnightbsd-cvs] mports [16833] trunk/security/mhash: fix man page on mhash and make fetchable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 6 14:34:24 EDT 2014


Revision: 16833
          http://svnweb.midnightbsd.org/mports/?rev=16833
Author:   laffer1
Date:     2014-09-06 14:34:23 -0400 (Sat, 06 Sep 2014)
Log Message:
-----------
fix man page on mhash and make fetchable

Modified Paths:
--------------
    trunk/security/mhash/Makefile
    trunk/security/mhash/pkg-plist

Modified: trunk/security/mhash/Makefile
===================================================================
--- trunk/security/mhash/Makefile	2014-09-06 18:31:41 UTC (rev 16832)
+++ trunk/security/mhash/Makefile	2014-09-06 18:34:23 UTC (rev 16833)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mhash
 PORTVERSION=	0.9.9.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -11,14 +11,13 @@
 
 LICENSE=	lgpl
 
-USE_BZIP2=	yes
+USES=		tar:bzip2 libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-static \
 			--with-gnu-ld
+NSTALL_TARGET=	install-strip
 
-MAN3=		mhash.3
-
 PORTDOCS=	example.c skid2-authentication
 
 post-install:

Modified: trunk/security/mhash/pkg-plist
===================================================================
--- trunk/security/mhash/pkg-plist	2014-09-06 18:31:41 UTC (rev 16832)
+++ trunk/security/mhash/pkg-plist	2014-09-06 18:34:23 UTC (rev 16833)
@@ -8,4 +8,5 @@
 lib/libmhash.a
 lib/libmhash.so
 lib/libmhash.so.2
+man/man3/mhash.3.gz
 @dirrm include/mutils



More information about the Midnightbsd-cvs mailing list