pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ted ted: delint



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abc4a5a27f5c
branches:  trunk
changeset: 379590:abc4a5a27f5c
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 19 13:35:10 2022 +0000

description:
ted: delint

diffstat:

 editors/ted/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 8f1aa69ae0f4 -r abc4a5a27f5c editors/ted/Makefile
--- a/editors/ted/Makefile      Thu May 19 13:34:09 2022 +0000
+++ b/editors/ted/Makefile      Thu May 19 13:35:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2022/05/19 13:32:47 nia Exp $
+# $NetBSD: Makefile,v 1.67 2022/05/19 13:35:10 nia Exp $
 
 DISTNAME=      ted-2.23.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -53,7 +53,7 @@
 INSTALLATION_DIRS+=    share/pixmaps
 
 post-extract:
-       @cd ${WRKSRC} ; tar xf tedPackage/TedDatadir.tar
+       cd ${WRKSRC} && tar xf tedPackage/TedDatadir.tar
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${DESTDIR}${PREFIX}/bin/Ted
@@ -75,6 +75,7 @@
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../mk/motif.buildlink3.mk"



Home | Main Index | Thread Index | Old Index