pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/tuxpaint Precreate trans to avoid race condit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db159dcebeff
branches: trunk
changeset: 651020:db159dcebeff
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Apr 30 11:37:42 2015 +0000
description:
Precreate trans to avoid race conditions.
diffstat:
graphics/tuxpaint/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 2ae798a2e9aa -r db159dcebeff graphics/tuxpaint/Makefile
--- a/graphics/tuxpaint/Makefile Thu Apr 30 11:37:16 2015 +0000
+++ b/graphics/tuxpaint/Makefile Thu Apr 30 11:37:42 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2015/04/25 14:23:19 tnn Exp $
+# $NetBSD: Makefile,v 1.84 2015/04/30 11:37:42 joerg Exp $
DISTNAME= tuxpaint-0.9.22
PKGREVISION= 1
@@ -53,6 +53,9 @@
LIBS.SunOS+= -lsocket -lnsl
LDFLAGS.SunOS+= -lsocket
+pre-build:
+ ${MKDIR} ${WRKSRC}/trans
+
post-install:
${RM} -f ${DESTDIR}${PREFIX}/share/tuxpaint/fonts/locale/zh_tw_docs/maketuxfont.py
${RM} -f ${DESTDIR}${PREFIX}/share/tuxpaint/fonts/locale/zh_tw_docs/tuxpaintsubset.pe
Home |
Main Index |
Thread Index |
Old Index