summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/emacs/Makefile5
-rw-r--r--finance/libofx/Makefile7
-rw-r--r--games/gcompris/Makefile7
-rw-r--r--mail/dspam/Makefile7
4 files changed, 18 insertions, 8 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index b6147ff0c3b..bca5657a9e0 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.119 2009/04/30 17:22:06 hasso Exp $
+# $NetBSD: Makefile,v 1.120 2009/05/12 08:33:52 hasso Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= GNU editing macros (editor)
DISTNAME= emacs-22.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
@@ -60,6 +60,7 @@ CPPFLAGS+= -DDFLY_CRT_USRLIB
post-extract:
cp ${FILESDIR}/site-init.el ${WRKSRC}/lisp
cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
+ ${CHMOD} -R go-w ${WRKSRC}
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 9b911e2930e..393502ea6b2 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:06:34 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2009/05/12 08:31:02 hasso Exp $
#
DISTNAME= libofx-0.8.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= finance devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/}
@@ -19,6 +19,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
.include "../../textproc/libxml++1/buildlink3.mk"
.include "../../textproc/opensp/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index ac8882761e0..a031c38b3e4 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/12 08:28:59 hasso Exp $
DISTNAME= gcompris-8.4.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/}
@@ -33,6 +33,9 @@ CONFIGURE_ARGS+= --enable-gnet
.include "../../net/gnet/buildlink3.mk"
.endif
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/py-sqlite2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index f85dcb6202f..3f08ba826f9 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2009/04/03 19:52:38 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2009/05/12 08:27:09 hasso Exp $
DISTNAME= dspam-3.8.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://dspam.nuclearelephant.com/sources/
@@ -116,6 +116,9 @@ SUBST_SED.conf+= -e "s|@VARBASE@|${VARBASE}|g"
SUBST_SED.conf+= -e "s|@DSPAM_PIDDIR@|${DSPAM_PIDDIR}|g"
SUBST_MESSAGE.conf= Fixing configuration file.
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}