summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/p2c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile
index 0323e18830a..40c892ca1a8 100644
--- a/lang/p2c/Makefile
+++ b/lang/p2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/12/18 16:54:08 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2012/03/05 04:04:09 dholland Exp $
DISTNAME= p2c-1.20
PKGREVISION= 1
@@ -23,6 +23,6 @@ post-extract:
# The distfile contains a number of world-writable files, including
# an entry for '.' that causes pkgsrc to become upset. Fix it.
${CHMOD} 755 ${WRKDIR}
- ${CHMOD} -R o-w ${WRKDIR}
+ ${CHMOD} -R o-w ${WRKDIR}/*
.include "../../mk/bsd.pkg.mk"