pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xcoral MAKE_JOBS_SAFE=no, simplify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d95db6c0620
branches:  trunk
changeset: 396799:3d95db6c0620
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 15:55:52 2009 +0000

description:
MAKE_JOBS_SAFE=no, simplify

diffstat:

 editors/xcoral/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 9bc76b07f4f5 -r 3d95db6c0620 editors/xcoral/Makefile
--- a/editors/xcoral/Makefile   Mon Aug 03 15:52:56 2009 +0000
+++ b/editors/xcoral/Makefile   Mon Aug 03 15:55:52 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/03/03 18:25:53 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2009/08/03 15:55:52 joerg Exp $
 
 DISTNAME=              xcoral-3.2
 PKGREVISION=           1
@@ -9,6 +9,7 @@
 COMMENT=       Multiwindow mouse-based text editor for X
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
 
 USE_X11BASE=   yes
 GNU_CONFIGURE= yes
@@ -21,11 +22,9 @@
                rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \
                utilities.sc version.sc window-utilities.sc xcoralrc.lf
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin lib/xcoral share/doc/xcoral/HTML/icons
 
 do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/xcoral
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xcoral/HTML/icons
        ${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${DESTDIR}${PREFIX}/bin
 .for FILE in ${LIBFILES}
        ${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${DESTDIR}${PREFIX}/lib/xcoral



Home | Main Index | Thread Index | Old Index