aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-fonts
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/alfont/Makefile6
-rw-r--r--x11-fonts/cantarell-fonts/Makefile2
-rw-r--r--x11-fonts/cyr-rfx/Makefile4
-rw-r--r--x11-fonts/dina/Makefile2
-rw-r--r--x11-fonts/encodings/Makefile2
-rw-r--r--x11-fonts/fntsample/Makefile2
-rw-r--r--x11-fonts/font-manager/Makefile8
-rw-r--r--x11-fonts/fontconfig/Makefile4
-rw-r--r--x11-fonts/fontmatrix/Makefile4
-rw-r--r--x11-fonts/fonttosfnt/Makefile2
-rw-r--r--x11-fonts/freefonts/Makefile2
-rw-r--r--x11-fonts/geminifonts/Makefile4
-rw-r--r--x11-fonts/intlfonts/Makefile8
-rw-r--r--x11-fonts/jmk-x11-fonts/Makefile4
-rw-r--r--x11-fonts/libXfont/Makefile2
-rw-r--r--x11-fonts/libXfont2/Makefile2
-rw-r--r--x11-fonts/libXft/Makefile4
-rw-r--r--x11-fonts/mkfontdir/Makefile2
-rw-r--r--x11-fonts/mkfontscale/Makefile2
-rw-r--r--x11-fonts/nexfontsel/Makefile2
-rw-r--r--x11-fonts/nucleus/Makefile2
-rw-r--r--x11-fonts/p5-Font-TTF/Makefile2
-rw-r--r--x11-fonts/p5-type1inst/Makefile4
-rw-r--r--x11-fonts/sgifonts/Makefile2
-rw-r--r--x11-fonts/suxus/Makefile2
-rw-r--r--x11-fonts/terminus-font/Makefile2
-rw-r--r--x11-fonts/tkfont/Makefile2
-rw-r--r--x11-fonts/tv-fonts/Makefile4
-rw-r--r--x11-fonts/uw-ttyp0/Makefile2
-rw-r--r--x11-fonts/webfonts/Makefile2
-rw-r--r--x11-fonts/wqy/Makefile2
-rw-r--r--x11-fonts/xorg-fonts-100dpi/Makefile12
-rw-r--r--x11-fonts/xorg-fonts-75dpi/Makefile12
-rw-r--r--x11-fonts/xorg-fonts-cyrillic/Makefile10
-rw-r--r--x11-fonts/xorg-fonts-miscbitmaps/Makefile26
-rw-r--r--x11-fonts/xorg-fonts-truetype/Makefile10
-rw-r--r--x11-fonts/xorg-fonts-type1/Makefile12
-rw-r--r--x11-fonts/xorg-fonts/Makefile14
38 files changed, 95 insertions, 95 deletions
diff --git a/x11-fonts/alfont/Makefile b/x11-fonts/alfont/Makefile
index 59cd493f67b5..63faf83dc7e0 100644
--- a/x11-fonts/alfont/Makefile
+++ b/x11-fonts/alfont/Makefile
@@ -21,9 +21,9 @@ LICENSE_NAME= The FreeType Project LICENSE (FTL)
LICENSE_FILE= ${WRKSRC}/docs/FTL.txt
LICENSE_PERMS= auto-accept
-EXTRACT_DEPENDS= unrar:${PORTSDIR}/archivers/unrar
-LIB_DEPENDS= liballeg.so.4:${PORTSDIR}/devel/allegro \
- libfreetype.so:${PORTSDIR}/print/freetype2
+EXTRACT_DEPENDS= unrar:archivers/unrar
+LIB_DEPENDS= liballeg.so.4:devel/allegro \
+ libfreetype.so:print/freetype2
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/x11-fonts/cantarell-fonts/Makefile b/x11-fonts/cantarell-fonts/Makefile
index c9ce9fbb81fb..d595c2079b7a 100644
--- a/x11-fonts/cantarell-fonts/Makefile
+++ b/x11-fonts/cantarell-fonts/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Cantarell, a Humanist sans-serif font family
-LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
USES= fonts gmake gnome pkgconfig tar:xz
GNU_CONFIGURE= yes
diff --git a/x11-fonts/cyr-rfx/Makefile b/x11-fonts/cyr-rfx/Makefile
index 17f488b9df95..9ff783d2d04b 100644
--- a/x11-fonts/cyr-rfx/Makefile
+++ b/x11-fonts/cyr-rfx/Makefile
@@ -13,8 +13,8 @@ EXTRACT_SUFX= .bdfs.tgz
MAINTAINER= mi@aldan.algebra.com
COMMENT= Cyrillic X11 bitmap fonts from CYR-RFX project
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir
USES= fonts
USE_XORG= x11
diff --git a/x11-fonts/dina/Makefile b/x11-fonts/dina/Makefile
index 17fa9763af84..415018bc64b8 100644
--- a/x11-fonts/dina/Makefile
+++ b/x11-fonts/dina/Makefile
@@ -12,7 +12,7 @@ COMMENT= Monospace bitmap font, primarily aimed at programmers
LICENSE= MIT
USES= fonts
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
BDFLIST= Dina_i400-10.bdf Dina_i400-8.bdf Dina_i400-9.bdf \
Dina_i700-10.bdf Dina_i700-8.bdf Dina_i700-9.bdf \
diff --git a/x11-fonts/encodings/Makefile b/x11-fonts/encodings/Makefile
index 1d28a03b89c0..7ce332c60485 100644
--- a/x11-fonts/encodings/Makefile
+++ b/x11-fonts/encodings/Makefile
@@ -12,7 +12,7 @@ COMMENT= X.Org Encoding fonts
USES= tar:bzip2
USE_XORG= fontutil
-BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile
index 65b5c5bb682a..0ca0049dd60e 100644
--- a/x11-fonts/fntsample/Makefile
+++ b/x11-fonts/fntsample/Makefile
@@ -16,7 +16,7 @@ COMMENT= Show Unicode coverage of a font
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline
+RUN_DEPENDS= pdfoutline:textproc/pdfoutline
CONFIGURE_ARGS= --disable-silent-rules \
--with-unicode-blocks=${WRKSRC}/Blocks.txt
diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile
index f18d0249d640..1fcc7d605e6a 100644
--- a/x11-fonts/font-manager/Makefile
+++ b/x11-fonts/font-manager/Makefile
@@ -13,9 +13,9 @@ COMMENT= Font management application for the GNOME desktop
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
+LIB_DEPENDS= libsqlite3.so:databases/sqlite3
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
@@ -31,6 +31,6 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-REPORTLAB_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/:${PORTSDIR}/print/py-reportlab2
+REPORTLAB_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/:print/py-reportlab2
.include <bsd.port.mk>
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index 7ff19a61cc1f..527350a4295f 100644
--- a/x11-fonts/fontconfig/Makefile
+++ b/x11-fonts/fontconfig/Makefile
@@ -15,8 +15,8 @@ USES= tar:bzip2
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libexpat.so:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= libfreetype.so:print/freetype2 \
+ libexpat.so:textproc/expat2
USES+= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
diff --git a/x11-fonts/fontmatrix/Makefile b/x11-fonts/fontmatrix/Makefile
index ad886d8fc247..bcdc7c247cfe 100644
--- a/x11-fonts/fontmatrix/Makefile
+++ b/x11-fonts/fontmatrix/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.fontmatrix.net/archives/
MAINTAINER= makc@FreeBSD.org
COMMENT= Graphical font manager
-RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
USES= cmake
USE_QT4= gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build
@@ -18,7 +18,7 @@ INSTALLS_ICONS= yes
OPTIONS_DEFINE= FONTFORGE
FONTFORGE_DESC= Install FontForge editor
-FONTFORGE_RUN_DEPENDS= ${LOCALBASE}/bin/fontforge:${PORTSDIR}/print/fontforge
+FONTFORGE_RUN_DEPENDS= ${LOCALBASE}/bin/fontforge:print/fontforge
post-patch:
cd ${WRKSRC}/src && \
diff --git a/x11-fonts/fonttosfnt/Makefile b/x11-fonts/fonttosfnt/Makefile
index 44ca510d8f4f..0a0cff1418ff 100644
--- a/x11-fonts/fonttosfnt/Makefile
+++ b/x11-fonts/fonttosfnt/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Wrap a bitmap font in a sftn wrapper
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:print/freetype2
XORG_CAT= app
USE_XORG= xproto fontenc
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile
index 02062448624b..35d86605b47f 100644
--- a/x11-fonts/freefonts/Makefile
+++ b/x11-fonts/freefonts/Makefile
@@ -16,7 +16,7 @@ COMMENT= Collection of ATM fonts (not all free) from the CICA archives
USES= fonts
-BUILD_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
+BUILD_DEPENDS= type1inst:x11-fonts/p5-type1inst
# Some of the fonts are shareware. Some are freeware. Permission must
# be obtained before distributing at least four (mazama.license,
diff --git a/x11-fonts/geminifonts/Makefile b/x11-fonts/geminifonts/Makefile
index 89bb07ecc6e0..7103ccbaf049 100644
--- a/x11-fonts/geminifonts/Makefile
+++ b/x11-fonts/geminifonts/Makefile
@@ -13,8 +13,8 @@ DISTNAME= x-koi8u
MAINTAINER= mi@aldan.algebra.com
COMMENT= Ukrainian KOI8 fonts for X11R6 (koi8-u)
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir
USES= fonts perl5 tar:tgz
USE_PERL5= build
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile
index 78e75f69afd7..2ff01444dac4 100644
--- a/x11-fonts/intlfonts/Makefile
+++ b/x11-fonts/intlfonts/Makefile
@@ -10,10 +10,10 @@ MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
COMMENT= Free X11 fonts for all characters that Emacs can handle
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
- mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
-RUN_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir \
+ mkfontscale:x11-fonts/mkfontscale
+RUN_DEPENDS= type1inst:x11-fonts/p5-type1inst
OPTIONS_DEFINE= DOCS
diff --git a/x11-fonts/jmk-x11-fonts/Makefile b/x11-fonts/jmk-x11-fonts/Makefile
index 93a46018e3d7..6ee9792a5b4a 100644
--- a/x11-fonts/jmk-x11-fonts/Makefile
+++ b/x11-fonts/jmk-x11-fonts/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= http://www.jmknoble.net/fonts/
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Jim Knoble's font package for X
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir
USES= fonts imake
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile
index f842e8207b25..2cc3d7d10260 100644
--- a/x11-fonts/libXfont/Makefile
+++ b/x11-fonts/libXfont/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X font library
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:print/freetype2
XORG_CAT= lib
USE_XORG= xproto:both xtrans fontsproto:both fontenc
diff --git a/x11-fonts/libXfont2/Makefile b/x11-fonts/libXfont2/Makefile
index 364dd01351ff..e9f185e3b774 100644
--- a/x11-fonts/libXfont2/Makefile
+++ b/x11-fonts/libXfont2/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X font library
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:print/freetype2
XORG_CAT= lib
USE_XORG= xproto:both xtrans fontsproto:both fontenc
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 042f51817285..e43b9f886462 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -8,8 +8,8 @@ CATEGORIES= x11-fonts
MAINTAINER= gnome@FreeBSD.org
COMMENT= Client-sided font API for X applications
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS= libfreetype.so:print/freetype2 \
+ libfontconfig.so:x11-fonts/fontconfig
XORG_CAT= lib
USE_XORG= xproto:both xrender
diff --git a/x11-fonts/mkfontdir/Makefile b/x11-fonts/mkfontdir/Makefile
index f7ea3a3da032..fae9f8b459c3 100644
--- a/x11-fonts/mkfontdir/Makefile
+++ b/x11-fonts/mkfontdir/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Create an index of X font files in a directory
-RUN_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+RUN_DEPENDS= mkfontscale:x11-fonts/mkfontscale
XORG_CAT= app
diff --git a/x11-fonts/mkfontscale/Makefile b/x11-fonts/mkfontscale/Makefile
index 5a312764f887..c1ca29de4d95 100644
--- a/x11-fonts/mkfontscale/Makefile
+++ b/x11-fonts/mkfontscale/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Creates an index of scalable font files for X
-LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libfreetype.so:print/freetype2
XORG_CAT= app
USE_XORG= xproto fontenc
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile
index 35f7ad85fcde..f86a29063b01 100644
--- a/x11-fonts/nexfontsel/Makefile
+++ b/x11-fonts/nexfontsel/Makefile
@@ -12,7 +12,7 @@ DISTNAME= NeXFontSel-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= NeXtaw based replacement for xfontsel
-LIB_DEPENDS= libneXtaw.so:${PORTSDIR}/x11-toolkits/neXtaw
+LIB_DEPENDS= libneXtaw.so:x11-toolkits/neXtaw
USES= imake
USE_XORG= xaw
diff --git a/x11-fonts/nucleus/Makefile b/x11-fonts/nucleus/Makefile
index 6b80a6deb4bc..60b4b3b2acac 100644
--- a/x11-fonts/nucleus/Makefile
+++ b/x11-fonts/nucleus/Makefile
@@ -11,7 +11,7 @@ COMMENT= Another font package for X
USES= fonts
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile
index a0ee8c850ebb..115088db5753 100644
--- a/x11-fonts/p5-Font-TTF/Makefile
+++ b/x11-fonts/p5-Font-TTF/Makefile
@@ -11,7 +11,7 @@ COMMENT= Perl module for TrueType font hacking
LICENSE= ART20
-BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
+BUILD_DEPENDS= p5-IO-String>=0:devel/p5-IO-String
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile
index bb1271384c39..545073698e52 100644
--- a/x11-fonts/p5-type1inst/Makefile
+++ b/x11-fonts/p5-type1inst/Makefile
@@ -21,8 +21,8 @@ SHEBANG_FILES= type1inst t1embed
OPTIONS_DEFINE= DOCS X11
OPTIONS_DEFAULT=X11
-X11_RUN_DEPENDS= ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
- ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+X11_RUN_DEPENDS= ${LOCALBASE}/bin/mkfontdir:x11-fonts/mkfontdir \
+ ${LOCALBASE}/bin/mkfontscale:x11-fonts/mkfontscale
do-install:
(cd ${WRKSRC} && ${INSTALL_SCRIPT} type1inst t1embed \
diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile
index 70a20603e435..289d733123d3 100644
--- a/x11-fonts/sgifonts/Makefile
+++ b/x11-fonts/sgifonts/Makefile
@@ -14,7 +14,7 @@ COMMENT= Fonts from the SGI ProPack 1.4 (originally for Linux)
LICENSE= MIT
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
USES= fonts
NO_ARCH= yes
diff --git a/x11-fonts/suxus/Makefile b/x11-fonts/suxus/Makefile
index 70ad84e337aa..dea57c9eb607 100644
--- a/x11-fonts/suxus/Makefile
+++ b/x11-fonts/suxus/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= suxus
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 font designed to be small yet easily read
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
SUB_FILES= pkg-message
USE_XORG= x11
diff --git a/x11-fonts/terminus-font/Makefile b/x11-fonts/terminus-font/Makefile
index 611c45a7027a..6cfc321ff7df 100644
--- a/x11-fonts/terminus-font/Makefile
+++ b/x11-fonts/terminus-font/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION}
MAINTAINER= zeising@FreeBSD.org
COMMENT= Terminus Font - a clean fixed width font
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
USES= gmake fonts perl5
USE_PERL5= build
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile
index a5467775d77e..ea733036e801 100644
--- a/x11-fonts/tkfont/Makefile
+++ b/x11-fonts/tkfont/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Tk based replacement for xfontsel
USES+= tk:run
-RUN_DEPENDS+= xlsfonts:${PORTSDIR}/x11-fonts/xlsfonts
+RUN_DEPENDS+= xlsfonts:x11-fonts/xlsfonts
NO_BUILD= yes
post-patch:
diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile
index 05227b001fdd..1b278bbeec8d 100644
--- a/x11-fonts/tv-fonts/Makefile
+++ b/x11-fonts/tv-fonts/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/
MAINTAINER= oliver@FreeBSD.org
COMMENT= Number of fonts which are useful for TV applications
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
- mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
+ mkfontdir:x11-fonts/mkfontdir
USES= gmake fonts tar:bzip2
MAKE_JOBS_UNSAFE= yes
diff --git a/x11-fonts/uw-ttyp0/Makefile b/x11-fonts/uw-ttyp0/Makefile
index e746d65ba4c3..38b52af71411 100644
--- a/x11-fonts/uw-ttyp0/Makefile
+++ b/x11-fonts/uw-ttyp0/Makefile
@@ -14,7 +14,7 @@ LICENSE_NAME_TTYP0= ttyp0 License
LICENSE_FILE_TTYP0= ${WRKSRC}/LICENSE
LICENSE_PERMS_TTYP0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
HAS_CONFIGURE= yes
NO_ARCH= yes
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile
index 38c13c8b310b..c14335bda0fb 100644
--- a/x11-fonts/webfonts/Makefile
+++ b/x11-fonts/webfonts/Makefile
@@ -17,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= TrueType core fonts for the Web
-EXTRACT_DEPENDS=cabextract:${PORTSDIR}/archivers/cabextract
+EXTRACT_DEPENDS=cabextract:archivers/cabextract
USES= fonts
NO_BUILD= yes
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile
index 54afa2a5b1aa..dcf513667b26 100644
--- a/x11-fonts/wqy/Makefile
+++ b/x11-fonts/wqy/Makefile
@@ -20,7 +20,7 @@ DISTFILES= wqy-bitmapsong-pcf-1.0.0-RC1.tar.gz:bitmapfont \
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU GPL-licensed font set covering CJK and other Unicode characters
-BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
+BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
USE_XORG= x11
USES= fonts perl5
diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile
index 2d1b68b9d73d..4b356dfbbffc 100644
--- a/x11-fonts/xorg-fonts-100dpi/Makefile
+++ b/x11-fonts/xorg-fonts-100dpi/Makefile
@@ -11,12 +11,12 @@ EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org 100dpi bitmap fonts
-RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-100dpi \
- ${FONTDIR}/100dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-100dpi \
- ${FONTDIR}/100dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-100dpi \
- ${FONTDIR}/100dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-100dpi \
- ${FONTDIR}/100dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-100dpi \
- ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
+RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:x11-fonts/font-adobe-100dpi \
+ ${FONTDIR}/100dpi/UTBI__10.pcf.gz:x11-fonts/font-adobe-utopia-100dpi \
+ ${FONTDIR}/100dpi/luBIS08.pcf.gz:x11-fonts/font-bh-100dpi \
+ ${FONTDIR}/100dpi/lutBS08.pcf.gz:x11-fonts/font-bh-lucidatypewriter-100dpi \
+ ${FONTDIR}/100dpi/charB08.pcf.gz:x11-fonts/font-bitstream-100dpi \
+ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
CONFLICTS= XFree86-font100dpi-*
diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile
index 08fb5844ee0c..8dacd1d386a0 100644
--- a/x11-fonts/xorg-fonts-75dpi/Makefile
+++ b/x11-fonts/xorg-fonts-75dpi/Makefile
@@ -11,12 +11,12 @@ EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org 75dpi bitmap fonts
-RUN_DEPENDS= ${FONTDIR}/75dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-75dpi \
- ${FONTDIR}/75dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-75dpi \
- ${FONTDIR}/75dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-75dpi \
- ${FONTDIR}/75dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-75dpi \
- ${FONTDIR}/75dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-75dpi \
- ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
+RUN_DEPENDS= ${FONTDIR}/75dpi/courB08.pcf.gz:x11-fonts/font-adobe-75dpi \
+ ${FONTDIR}/75dpi/UTBI__10.pcf.gz:x11-fonts/font-adobe-utopia-75dpi \
+ ${FONTDIR}/75dpi/luBIS08.pcf.gz:x11-fonts/font-bh-75dpi \
+ ${FONTDIR}/75dpi/lutBS08.pcf.gz:x11-fonts/font-bh-lucidatypewriter-75dpi \
+ ${FONTDIR}/75dpi/charB08.pcf.gz:x11-fonts/font-bitstream-75dpi \
+ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
CONFLICTS= XFree86-font75dpi-*
diff --git a/x11-fonts/xorg-fonts-cyrillic/Makefile b/x11-fonts/xorg-fonts-cyrillic/Makefile
index 21adb7d821f2..a8061d262a6d 100644
--- a/x11-fonts/xorg-fonts-cyrillic/Makefile
+++ b/x11-fonts/xorg-fonts-cyrillic/Makefile
@@ -11,11 +11,11 @@ EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Cyrillic bitmap fonts
-RUN_DEPENDS= ${FONTDIR}/cyrillic/crox1c.pcf.gz:${PORTSDIR}/x11-fonts/font-cronyx-cyrillic \
- ${FONTDIR}/cyrillic/koi12x24.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-cyrillic \
- ${FONTDIR}/cyrillic/screen8x16.pcf.gz:${PORTSDIR}/x11-fonts/font-screen-cyrillic \
- ${FONTDIR}/cyrillic/proof9x16.pcf.gz:${PORTSDIR}/x11-fonts/font-winitzki-cyrillic \
- ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
+RUN_DEPENDS= ${FONTDIR}/cyrillic/crox1c.pcf.gz:x11-fonts/font-cronyx-cyrillic \
+ ${FONTDIR}/cyrillic/koi12x24.pcf.gz:x11-fonts/font-misc-cyrillic \
+ ${FONTDIR}/cyrillic/screen8x16.pcf.gz:x11-fonts/font-screen-cyrillic \
+ ${FONTDIR}/cyrillic/proof9x16.pcf.gz:x11-fonts/font-winitzki-cyrillic \
+ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
CONFLICTS= XFree86-fontCyrillic-*
diff --git a/x11-fonts/xorg-fonts-miscbitmaps/Makefile b/x11-fonts/xorg-fonts-miscbitmaps/Makefile
index 72c77b2b2034..bd070dcfd50f 100644
--- a/x11-fonts/xorg-fonts-miscbitmaps/Makefile
+++ b/x11-fonts/xorg-fonts-miscbitmaps/Makefile
@@ -10,19 +10,19 @@ DISTFILES= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org miscellaneous bitmap fonts
-RUN_DEPENDS= ${FONTDIR}/misc/arabic24.pcf.gz:${PORTSDIR}/x11-fonts/font-arabic-misc \
- ${FONTDIR}/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \
- ${FONTDIR}/misc/hanglg16.pcf.gz:${PORTSDIR}/x11-fonts/font-daewoo-misc \
- ${FONTDIR}/misc/deccurs.pcf.gz:${PORTSDIR}/x11-fonts/font-dec-misc \
- ${FONTDIR}/misc/gb16fs.pcf.gz:${PORTSDIR}/x11-fonts/font-isas-misc \
- ${FONTDIR}/misc/jiskan16.pcf.gz:${PORTSDIR}/x11-fonts/font-jis-misc \
- ${FONTDIR}/misc/micro.pcf.gz:${PORTSDIR}/x11-fonts/font-micro-misc \
- ${FONTDIR}/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc \
- ${FONTDIR}/misc/cu-alt12.pcf.gz:${PORTSDIR}/x11-fonts/font-mutt-misc \
- ${FONTDIR}/misc/clB6x10.pcf.gz:${PORTSDIR}/x11-fonts/font-schumacher-misc \
- ${FONTDIR}/misc/12x24.pcf.gz:${PORTSDIR}/x11-fonts/font-sony-misc \
- ${FONTDIR}/misc/olcursor.pcf.gz:${PORTSDIR}/x11-fonts/font-sun-misc \
- ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
+RUN_DEPENDS= ${FONTDIR}/misc/arabic24.pcf.gz:x11-fonts/font-arabic-misc \
+ ${FONTDIR}/misc/cursor.pcf.gz:x11-fonts/font-cursor-misc \
+ ${FONTDIR}/misc/hanglg16.pcf.gz:x11-fonts/font-daewoo-misc \
+ ${FONTDIR}/misc/deccurs.pcf.gz:x11-fonts/font-dec-misc \
+ ${FONTDIR}/misc/gb16fs.pcf.gz:x11-fonts/font-isas-misc \
+ ${FONTDIR}/misc/jiskan16.pcf.gz:x11-fonts/font-jis-misc \
+ ${FONTDIR}/misc/micro.pcf.gz:x11-fonts/font-micro-misc \
+ ${FONTDIR}/misc/10x20-ISO8859-1.pcf.gz:x11-fonts/font-misc-misc \
+ ${FONTDIR}/misc/cu-alt12.pcf.gz:x11-fonts/font-mutt-misc \
+ ${FONTDIR}/misc/clB6x10.pcf.gz:x11-fonts/font-schumacher-misc \
+ ${FONTDIR}/misc/12x24.pcf.gz:x11-fonts/font-sony-misc \
+ ${FONTDIR}/misc/olcursor.pcf.gz:x11-fonts/font-sun-misc \
+ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
CONFLICTS= XFree86-fontDefaultBitmaps-*
diff --git a/x11-fonts/xorg-fonts-truetype/Makefile b/x11-fonts/xorg-fonts-truetype/Makefile
index 9d903b655f23..01aa743ef219 100644
--- a/x11-fonts/xorg-fonts-truetype/Makefile
+++ b/x11-fonts/xorg-fonts-truetype/Makefile
@@ -12,11 +12,11 @@ EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org TrueType fonts
-RUN_DEPENDS= ${FONTDIR}/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/font-bh-ttf \
- ${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \
- ${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \
- ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \
- ${FONTDIR}/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
+RUN_DEPENDS= ${FONTDIR}/TTF/luximb.ttf:x11-fonts/font-bh-ttf \
+ ${FONTDIR}/OTF/SyrCOMAdiabene.otf:x11-fonts/font-misc-meltho \
+ ${FONTDIR}/TTF/GohaTibebZemen.ttf:x11-fonts/font-misc-ethiopic \
+ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings \
+ ${FONTDIR}/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
NO_BUILD= # none
NO_INSTALL= yes
diff --git a/x11-fonts/xorg-fonts-type1/Makefile b/x11-fonts/xorg-fonts-type1/Makefile
index 7b5d25ee028e..d4782ec41b68 100644
--- a/x11-fonts/xorg-fonts-type1/Makefile
+++ b/x11-fonts/xorg-fonts-type1/Makefile
@@ -11,12 +11,12 @@ EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Type1 fonts
-RUN_DEPENDS= ${FONTDIR}/Type1/UTBI____.afm:${PORTSDIR}/x11-fonts/font-adobe-utopia-type1 \
- ${FONTDIR}/Type1/l047013t.afm:${PORTSDIR}/x11-fonts/font-bh-type1 \
- ${FONTDIR}/Type1/c0419bt_.afm:${PORTSDIR}/x11-fonts/font-bitstream-type1 \
- ${FONTDIR}/Type1/cour.afm:${PORTSDIR}/x11-fonts/font-ibm-type1 \
- ${FONTDIR}/Type1/cursor.pfa:${PORTSDIR}/x11-fonts/font-xfree86-type1 \
- ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings
+RUN_DEPENDS= ${FONTDIR}/Type1/UTBI____.afm:x11-fonts/font-adobe-utopia-type1 \
+ ${FONTDIR}/Type1/l047013t.afm:x11-fonts/font-bh-type1 \
+ ${FONTDIR}/Type1/c0419bt_.afm:x11-fonts/font-bitstream-type1 \
+ ${FONTDIR}/Type1/cour.afm:x11-fonts/font-ibm-type1 \
+ ${FONTDIR}/Type1/cursor.pfa:x11-fonts/font-xfree86-type1 \
+ ${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
CONFLICTS= XFree86-fontScalable-*
diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile
index 629cf9ed81c2..506070f80e9b 100644
--- a/x11-fonts/xorg-fonts/Makefile
+++ b/x11-fonts/xorg-fonts/Makefile
@@ -11,12 +11,12 @@ COMMENT= X.org fonts meta-port
USES= metaport
USE_XORG= fontutil
-RUN_DEPENDS= xorg-fonts-100dpi>0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \
- xorg-fonts-75dpi>0:${PORTSDIR}/x11-fonts/xorg-fonts-75dpi \
- xorg-fonts-cyrillic>0:${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic \
- xorg-fonts-miscbitmaps>0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \
- xorg-fonts-truetype>0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
- xorg-fonts-type1>0:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \
- font-alias>0:${PORTSDIR}/x11-fonts/font-alias
+RUN_DEPENDS= xorg-fonts-100dpi>0:x11-fonts/xorg-fonts-100dpi \
+ xorg-fonts-75dpi>0:x11-fonts/xorg-fonts-75dpi \
+ xorg-fonts-cyrillic>0:x11-fonts/xorg-fonts-cyrillic \
+ xorg-fonts-miscbitmaps>0:x11-fonts/xorg-fonts-miscbitmaps \
+ xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype \
+ xorg-fonts-type1>0:x11-fonts/xorg-fonts-type1 \
+ font-alias>0:x11-fonts/font-alias
.include <bsd.port.mk>