diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-18 18:48:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-18 18:48:41 +0000 |
commit | b3c985f67f3e160802b64923f1106f8654ece3c3 (patch) | |
tree | 82082ba490fe6f98f5e9554797b2622b70da0966 /x11-fonts | |
parent | 1dc27666921191c01ef01bb4a7fb9acfc547ced6 (diff) | |
download | ports-b3c985f67f3e160802b64923f1106f8654ece3c3.tar.gz ports-b3c985f67f3e160802b64923f1106f8654ece3c3.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/droid-fonts-ttf/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/droid-fonts-ttf/files/pkg-message.in | 8 |
2 files changed, 1 insertions, 10 deletions
diff --git a/x11-fonts/droid-fonts-ttf/Makefile b/x11-fonts/droid-fonts-ttf/Makefile index b3d55ff68385..06ffbb0e4a27 100644 --- a/x11-fonts/droid-fonts-ttf/Makefile +++ b/x11-fonts/droid-fonts-ttf/Makefile @@ -3,7 +3,7 @@ PORTNAME= droid-fonts-ttf PORTVERSION= 20131024 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= LOCAL/sunpoet @@ -17,7 +17,6 @@ NO_BUILD= yes USES= fonts tar:xz FONTNAME= Droid -SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR}/ diff --git a/x11-fonts/droid-fonts-ttf/files/pkg-message.in b/x11-fonts/droid-fonts-ttf/files/pkg-message.in deleted file mode 100644 index 5b2177630d03..000000000000 --- a/x11-fonts/droid-fonts-ttf/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - -You can start using the fonts by following these instructions: - -Add the following line to the "Files" section of your X.org configuration -file: - - FontPath "%%FONTSDIR%%/" - |