[Midnightbsd-cvs] CVS Commit: Makefile: License, maintainer.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 7 20:42:09 EDT 2007


Log Message:
-----------
License, maintainer.

Modified Files:
--------------
    mports/archivers/lzo2:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/lzo2/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Larchivers/lzo2/Makefile -Larchivers/lzo2/Makefile -u -r1.1 -r1.2
--- archivers/lzo2/Makefile
+++ archivers/lzo2/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	lzo2
 PORTVERSION=	2.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
 		http://fresh.t-systems-sfr.com/unix/src/misc/ \
@@ -16,13 +16,15 @@
 MASTER_SITE_SUBDIR=	libs/compression
 DISTNAME=	lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 
-MAINTAINER=	matthias.andree at gmx.de
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Portable speedy, lossless data compression library
 
+LICENSE=	gpl2
+
 GNU_CONFIGURE=  yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0
 CONFIGURE_ARGS=	--enable-shared
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 post-install:
 .if !defined(NOPORTDOCS)


More information about the Midnightbsd-cvs mailing list