summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-17 21:25:38 +0000
committerjschauma <jschauma>2003-03-17 21:25:38 +0000
commit0815d2ea971d39fdfec0b47ae531518cad581e17 (patch)
treea5192866375172abaaec0adcdda626b468115f47 /lang
parent0215b15ec48eae2e69d88b4d9c18ed4c0cb5836e (diff)
downloadpkgsrc-0815d2ea971d39fdfec0b47ae531518cad581e17.tar.gz
Suppress warning by not trying to chmod a symlink before the target has
been paxed over.
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jre13/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common
index 32b35e68d45..e3a8cc969e5 100644
--- a/lang/sun-jre13/Makefile.common
+++ b/lang/sun-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2003/02/05 03:37:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.13 2003/03/17 21:25:38 jschauma Exp $
# MASTER_SITES is very special, and must end in "=":
CATEGORIES= lang
@@ -68,7 +68,7 @@ do-install:
.else
do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}
- cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}
+ cd ${WRKSRC} && ${PAX} -rwp ma . ${PREFIX}
.endif
.if ${OPSYS} != "NetBSD"