Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2005 10:13:11 -0400 (EDT)
From:      "Mikhail T." <mi@aldan.algebra.com>
To:        gnome@FreeBSD.org
Subject:   ${PREFIX}/include/nss/nss
Message-ID:  <200510051413.j95EDBi2038518@blue.virtual-estates.net>

next in thread | raw e-mail | index | archive | help
Hi!

I just noticed, that there is nothing under /usr/local/include/nss other
than another nss subdirectory. Fixing this is trivial -- we are only
installing nss headers -- but the impact on the dependant ports may not
be.

It is still desirable, though, IMHO...

While at it, there is, probably, no need to make the libraries
executable nor to strip them -- use INSTALL_DATA instead of
INSTALL_PROGRAM.

Yours,

	-mi

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/nss/Makefile,v
retrieving revision 1.28
diff -U2 -r1.28 Makefile
--- Makefile	30 Aug 2005 20:52:18 -0000	1.28
+++ Makefile	5 Oct 2005 14:03:44 -0000
@@ -8,4 +8,5 @@
 PORTNAME=	nss
 PORTVERSION=	3.10
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
@@ -75,5 +76,4 @@
 do-install:
-	${MKDIR} ${PREFIX}/include/nss
-	${TAR} -C ${DIST}/public --dereference -cf - . | \
+	${TAR} -C ${DIST}/public --dereference -cf - nss | \
 		${TAR} -C ${PREFIX}/include/ -xf -
-	${INSTALL_PROGRAM} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib/*.so.1 \
+	${INSTALL_DATA} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib/*.so.1 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510051413.j95EDBi2038518>