[Midnightbsd-cvs] mports: Makefile: Switch to USE_LDCONFIG.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 22 17:56:11 EDT 2008


Log Message:
-----------
Switch to USE_LDCONFIG.

We don't have a "dual-license" type.  This is bsdish but they added extra conditions so we'll set it to other.  It's like bsd4 +

Modified Files:
--------------
    mports/security/linux-openssl:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/linux-openssl/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/linux-openssl/Makefile -L security/linux-openssl/Makefile -u -r1.3 -r1.4
--- security/linux-openssl/Makefile
+++ security/linux-openssl/Makefile
@@ -13,10 +13,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	SSL and crypto library (Linux Version)
-LICENSE=  dual-license     
+LICENSE=	other
+
 USE_LINUX_RPM=	yes
 LINUX_DIST_VER=	4
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 #DESCR=	${.CURDIR}/../${PORTNAME}/pkg-descr
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list