[Midnightbsd-cvs] mports: Makefile: Some parts of the code expect the OSREL version only..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 8 17:12:24 EDT 2008


Log Message:
-----------
Some parts of the code expect the OSREL version only.. i.e. 0.2 while others want the uname -r style like 0.2-CURRENT.  Make both symlinks

Modified Files:
--------------
    mports/www/browser:
        Makefile (r1.9 -> r1.10)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/browser/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L www/browser/Makefile -L www/browser/Makefile -u -r1.9 -r1.10
--- www/browser/Makefile
+++ www/browser/Makefile
@@ -193,6 +193,7 @@
 		${FALSE}; \
 	fi
 	${LN} -s ${WRKSRC}/security/coreconf/MidnightBSD.mk ${WRKSRC}/security/coreconf/MidnightBSD`${UNAME} -r`.mk
+	${LN} -s ${WRKSRC}/security/coreconf/MidnightBSD.mk ${WRKSRC}/security/coreconf/MidnightBSD${OSREL}.mk
 
 post-configure:
 	@${ECHO_CMD} "#define JNIIMPORT" >> ${WRKSRC}/mozilla-config.h


More information about the Midnightbsd-cvs mailing list