summaryrefslogtreecommitdiff
path: root/devel/nss
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-03-21 01:12:15 +0000
committerobache <obache@pkgsrc.org>2008-03-21 01:12:15 +0000
commitd16ba82d0a66209d682f903b230d09713fbcef96 (patch)
tree4b067091e0a9ac4bba11ce5afa409059e7a81ff0 /devel/nss
parent2c72be4dcaf83c8dcfd5a2f2c541ab60528c91fa (diff)
downloadpkgsrc-d16ba82d0a66209d682f903b230d09713fbcef96.tar.gz
Add missing ${DESTDIR} at creating PLIST.
Diffstat (limited to 'devel/nss')
-rw-r--r--devel/nss/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 05d78790779..65dce99e572 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2008/03/13 16:56:52 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2008/03/21 01:12:15 obache Exp $
DISTNAME= nss-3.11.5
CATEGORIES= security
@@ -71,8 +71,8 @@ do-install:
PLIST_SRC= ${WRKDIR}/PLIST
post-install:
${AWK} '/@comment libfreebl/ {exit} {print}' ${.CURDIR}/PLIST > ${PLIST_SRC}
- ls ${PREFIX}/lib/nss/libfreebl*.${SO_SUFFIX} | ${SORT} | \
- ${SED} 's;${PREFIX}/;;g' >> ${PLIST_SRC}
+ ls ${DESTDIR}${PREFIX}/lib/nss/libfreebl*.${SO_SUFFIX} | ${SORT} | \
+ ${SED} 's;${DESTDIR}${PREFIX}/;;g' >> ${PLIST_SRC}
${AWK} 'ok == 1 {print} /@comment libfreebl/ {ok=1}' ${.CURDIR}/PLIST >> ${PLIST_SRC}
cd ${DESTDIR}${PREFIX}/include/nss && \
${CHMOD} ${SHAREMODE} nss/*.h dbm/*.h nss/*.api