pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/altmeister-otf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 16 13:44:50 UTC 2021

Modified Files:
        pkgsrc/fonts/altmeister-otf: Makefile

Log Message:
altmeister-otf: fix some pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/altmeister-otf/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/altmeister-otf/Makefile
diff -u pkgsrc/fonts/altmeister-otf/Makefile:1.1 pkgsrc/fonts/altmeister-otf/Makefile:1.2
--- pkgsrc/fonts/altmeister-otf/Makefile:1.1    Wed Nov 10 11:17:28 2021
+++ pkgsrc/fonts/altmeister-otf/Makefile        Thu Dec 16 13:44:49 2021
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2021/11/10 11:17:28 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/16 13:44:49 wiz Exp $
 
 DISTNAME=      altmeister
 PKGNAME=       altmeister-otf-0.0.2021.11.07
 CATEGORIES=    fonts
 MASTER_SITES=  # https://typography.guru/forums/topic/136924-fdi-altmeister-free-font-download/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,12 +12,10 @@ HOMEPAGE=   https://fdi-type.de/fonts/fdi-
 COMMENT=       FDI Altmeister, a modern fraktur font
 LICENSE=       ofl-v1.1
 
-DIST_SUBDIR=   ${PKGNAME_NOREV}
-
 INTERACTIVE_STAGE=     fetch
-FETCH_MESSAGE= "Please visit the homepage ${HOMEPAGE}"
-FETCH_MESSAGE+=        "and download the file ${DISTNAME}${EXTRACT_SUFX} from the typeguru download link"
-FETCH_MESSAGE+=        "and save it in the ${_DISTDIR} directory"
+FETCH_MESSAGE=         "Please visit the homepage ${HOMEPAGE}"
+FETCH_MESSAGE+=                "and download the file ${DISTNAME}${EXTRACT_SUFX} from the typeguru download link"
+FETCH_MESSAGE+=                "and save it in the ${_DISTDIR} directory"
 
 USE_LANGUAGES= # none
 NO_CONFIGURE=  yes



Home | Main Index | Thread Index | Old Index