pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ted



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 19 13:35:10 UTC 2022

Modified Files:
        pkgsrc/editors/ted: Makefile

Log Message:
ted: delint


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/editors/ted/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/ted/Makefile
diff -u pkgsrc/editors/ted/Makefile:1.66 pkgsrc/editors/ted/Makefile:1.67
--- pkgsrc/editors/ted/Makefile:1.66    Thu May 19 13:32:47 2022
+++ pkgsrc/editors/ted/Makefile Thu May 19 13:35:10 2022
@@ -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/applications
 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 @@ do-install:
 .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