[Midnightbsd-cvs] src [6661] fix build and spelling.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 5 23:02:04 EDT 2014


Revision: 6661
          http://svnweb.midnightbsd.org/src/?rev=6661
Author:   laffer1
Date:     2014-06-05 23:02:04 -0400 (Thu, 05 Jun 2014)
Log Message:
-----------
fix build and spelling.

Modified Paths:
--------------
    trunk/usr.bin/minigzip/Makefile
    trunk/usr.bin/minigzip/minigzip.1

Property Changed:
----------------
    trunk/usr.bin/minigzip/minigzip.1

Modified: trunk/usr.bin/minigzip/Makefile
===================================================================
--- trunk/usr.bin/minigzip/Makefile	2014-06-06 01:26:03 UTC (rev 6660)
+++ trunk/usr.bin/minigzip/Makefile	2014-06-06 03:02:04 UTC (rev 6661)
@@ -1,7 +1,6 @@
 # $MidnightBSD$
-# $FreeBSD: src/usr.bin/minigzip/Makefile,v 1.4 2004/02/05 22:44:25 ru Exp $
 
-SRCDIR=	${.CURDIR}/../../lib/libz
+SRCDIR=	${.CURDIR}/../../lib/libz/test
 .PATH:	${SRCDIR}
 
 PROG=	minigzip
@@ -8,7 +7,7 @@
 
 WARNS?=	5
 CFLAGS+=-DUSE_MMAP
+DPADD=	${LIBZ}
 LDADD=	-lz
-DPADD=	${LIBZ}
 
 .include <bsd.prog.mk>

Modified: trunk/usr.bin/minigzip/minigzip.1
===================================================================
--- trunk/usr.bin/minigzip/minigzip.1	2014-06-06 01:26:03 UTC (rev 6660)
+++ trunk/usr.bin/minigzip/minigzip.1	2014-06-06 03:02:04 UTC (rev 6661)
@@ -22,9 +22,10 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/usr.bin/minigzip/minigzip.1,v 1.10 2004/07/02 22:22:28 ru Exp $
+.\" $MidnightBSD$
+.\" $FreeBSD: release/9.2.0/usr.bin/minigzip/minigzip.1 236222 2012-05-29 05:43:21Z delphij $
 .\"
-.Dd October 3, 2002
+.Dd May 22, 2012
 .Dt MINIGZIP 1
 .Os
 .Sh NAME
@@ -48,7 +49,7 @@
 The default operation is compression, decompression can be
 selected by supplying the
 .Fl d
-flag on the commandline.
+flag on the command line.
 .Pp
 If any
 .Ar file


Property changes on: trunk/usr.bin/minigzip/minigzip.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list