pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/scientifica



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Nov 15 11:13:39 UTC 2025

Modified Files:
        pkgsrc/fonts/scientifica: Makefile

Log Message:
scientifica: simplify Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/scientifica/Makefile

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

Modified files:

Index: pkgsrc/fonts/scientifica/Makefile
diff -u pkgsrc/fonts/scientifica/Makefile:1.1 pkgsrc/fonts/scientifica/Makefile:1.2
--- pkgsrc/fonts/scientifica/Makefile:1.1       Sat Nov 15 11:09:36 2025
+++ pkgsrc/fonts/scientifica/Makefile   Sat Nov 15 11:13:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/11/15 11:09:36 vins Exp $
+# $NetBSD: Makefile,v 1.2 2025/11/15 11:13:39 vins Exp $
 
 DISTNAME=      ${PKGBASE}
 PKGNAME=       scientifica-2.3
@@ -30,8 +30,6 @@ do-install:
        ${RUN}for f in ${FONTS}; do                     \
        ${INSTALL_DATA} ${WRKSRC}/otb/$${f}.otb         \
          ${DESTDIR}${PREFIX}/share/fonts/X11/misc;     \
-       done
-       ${RUN}for f in ${FONTS}; do             \
        ${INSTALL_DATA} ${WRKSRC}/ttf/$${f}.ttf         \
          ${DESTDIR}${PREFIX}/share/fonts/X11/TTF;      \
        done



Home | Main Index | Thread Index | Old Index