[Midnightbsd-cvs] mports: Makefile: This is using flags to cpio that only gcpio has.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 1 19:00:48 EDT 2008


Log Message:
-----------
This is using flags to cpio that only gcpio has.  Change over to GNU version.

Modified Files:
--------------
    mports/java/avalon-logkit:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/java/avalon-logkit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L java/avalon-logkit/Makefile -L java/avalon-logkit/Makefile -u -r1.1 -r1.2
--- java/avalon-logkit/Makefile
+++ java/avalon-logkit/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	logkit
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java devel
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	avalon/${PORTNAME:S,-,/,}/binaries
@@ -18,6 +18,7 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Java toolkit designed for secure performance oriented logging
 
+USE_GCPIO=	yes
 USE_JAVA=	YES
 JAVA_VERSION=	1.3+
 NO_BUILD=	YES


More information about the Midnightbsd-cvs mailing list