[Midnightbsd-cvs] CVS Commit: Makefile: mark license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 7 18:55:40 EDT 2007


Log Message:
-----------
mark license

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/archivers/lzo/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Larchivers/lzo/Makefile -Larchivers/lzo/Makefile -u -r1.1 -r1.2
--- archivers/lzo/Makefile
+++ archivers/lzo/Makefile
@@ -16,11 +16,13 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Portable speedy, lossless data compression library
 
+LICENSE=	gpl2
+
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=  yes
 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