diff options
-rw-r--r-- | x11-fonts/terminus-ttf/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-fonts/terminus-ttf/Makefile b/x11-fonts/terminus-ttf/Makefile index 1f269b9e83ee..d89d4fd32357 100644 --- a/x11-fonts/terminus-ttf/Makefile +++ b/x11-fonts/terminus-ttf/Makefile @@ -3,7 +3,7 @@ PORTNAME= terminus-ttf PORTVERSION= 4.47.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://files.ax86.net/terminus-ttf/files/${PORTVERSION}/ @@ -13,14 +13,12 @@ COMMENT= Terminus Font - a clean fixed width font (TTF version) LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -NO_BUILD= yes -USE_XORG= x11 USES= fonts zip - FONTNAME= TerminusTTF +NO_ARCH= yes +NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR}/ |