aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xorg-fonts-type1
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-10-30 16:10:15 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-10-30 16:10:15 +0000
commitfef68c5bbdfe4fb06687b259b4ecca22bc34c5ff (patch)
tree81c7904205426d1cc4108db385077cfa61881c36 /x11-fonts/xorg-fonts-type1
parentab2b83bc24e726d8e455c397eb6d6888891ce17d (diff)
downloadports-fef68c5bbdfe4fb06687b259b4ecca22bc34c5ff.tar.gz
ports-fef68c5bbdfe4fb06687b259b4ecca22bc34c5ff.zip
Switch x11-fonts/xorg-fonts-* to USES=metaport
Also, remove bugus CONFLICTS. I believe that the FONTDIR could be renamed to _FONTDIR and the RUN_DEPENDS sorted, but let's do it another time to keep the diff small. Also, prefixing non-standard variables with "_" is not officially documented yet in the Porter's Handbook (it's only the convention suggested by portclippy, which itself is not mentioned there yet). Reviewed by: zeising (earlier version) Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D26989
Notes
Notes: svn path=/head/; revision=553700
Diffstat (limited to 'x11-fonts/xorg-fonts-type1')
-rw-r--r--x11-fonts/xorg-fonts-type1/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-fonts/xorg-fonts-type1/Makefile b/x11-fonts/xorg-fonts-type1/Makefile
index d4782ec41b68..5a7e6552102f 100644
--- a/x11-fonts/xorg-fonts-type1/Makefile
+++ b/x11-fonts/xorg-fonts-type1/Makefile
@@ -4,9 +4,6 @@
PORTNAME= xorg-fonts-type1
PORTVERSION= 7.7
CATEGORIES= x11-fonts
-MASTER_SITES= # none
-DISTFILES= # none
-EXTRACT_ONLY= # none
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Type1 fonts
@@ -18,11 +15,8 @@ RUN_DEPENDS= ${FONTDIR}/Type1/UTBI____.afm:x11-fonts/font-adobe-utopia-type1 \
${FONTDIR}/Type1/cursor.pfa:x11-fonts/font-xfree86-type1 \
${FONTDIR}/encodings/encodings.dir:x11-fonts/encodings
-CONFLICTS= XFree86-fontScalable-*
+USES= metaport
-NO_BUILD= yes
-NO_INSTALL= yes
-NO_MTREE= yes
FONTDIR= ${LOCALBASE}/share/fonts
.include <bsd.port.mk>