pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/culmus



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Apr  4 07:34:59 UTC 2019

Modified Files:
        pkgsrc/fonts/culmus: Makefile

Log Message:
culmus: use fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/culmus/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/culmus/Makefile
diff -u pkgsrc/fonts/culmus/Makefile:1.1 pkgsrc/fonts/culmus/Makefile:1.2
--- pkgsrc/fonts/culmus/Makefile:1.1    Tue Jul  3 06:00:25 2018
+++ pkgsrc/fonts/culmus/Makefile        Thu Apr  4 07:34:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/03 06:00:25 maya Exp $
+# $NetBSD: Makefile,v 1.2 2019/04/04 07:34:59 maya Exp $
 
 DISTNAME=      culmus-0.132
 CATEGORIES=    fonts
@@ -9,22 +9,5 @@ HOMEPAGE=      http://culmus.sourceforge.net/
 COMMENT=       Culmus Hebrew fonts
 LICENSE=       gnu-gpl-v2
 
-NO_CONFIGURE=  yes
-NO_BUILD=      yes
-
-TTF_FONTS_DIR=         ${PREFIX}/share/fonts/X11/TTF
-OTF_FONTS_DIR=         ${PREFIX}/share/fonts/X11/OTF
-
-INSTALLATION_DIRS=     ${TTF_FONTS_DIR} ${OTF_FONTS_DIR}
-
-do-install:
-       for font in `find ${WRKSRC} -name '*.ttf'`; \
-       do \
-               ${INSTALL_DATA} $${font} ${DESTDIR}${TTF_FONTS_DIR}; \
-       done; \
-       for font in `find ${WRKSRC} -name '*.otf'`; \
-       do \
-               ${INSTALL_DATA} $${font} ${DESTDIR}${OTF_FONTS_DIR}; \
-       done;
-
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index