diff options
-rw-r--r-- | x11-fonts/terminus-font/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/terminus-font/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/terminus-font/Makefile b/x11-fonts/terminus-font/Makefile index 88fdd2a197e8..c75e83d572a2 100644 --- a/x11-fonts/terminus-font/Makefile +++ b/x11-fonts/terminus-font/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminus-font PORTVERSION= 4.39 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|%SUBDIR%|${PORTNAME:tl}/${PORTNAME}-${PORTVERSION}|} diff --git a/x11-fonts/terminus-font/files/pkg-message.in b/x11-fonts/terminus-font/files/pkg-message.in index eb93fc7ef126..0ffb5123397e 100644 --- a/x11-fonts/terminus-font/files/pkg-message.in +++ b/x11-fonts/terminus-font/files/pkg-message.in @@ -1,4 +1,4 @@ Add the following line to the "Files" section of xorg.conf or XF86Config: - FontPath "%%FONTDIR%%/" + FontPath "%%FONTSDIR%%/" |