${PREFIX}/include/nss/nss

Mikhail T. mi at aldan.algebra.com
Wed Oct 5 07:13:13 PDT 2005


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 \


More information about the freebsd-gnome mailing list