diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | a5da770e67afce95b829c38c5d5330fe69f7822c (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /x11-fonts/xorg-fonts-75dpi/Makefile | |
parent | 51da733b698e7bbedaac4743f457352334401249 (diff) |
Notes
Diffstat (limited to 'x11-fonts/xorg-fonts-75dpi/Makefile')
-rw-r--r-- | x11-fonts/xorg-fonts-75dpi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile index f8632676fd10..08fb5844ee0c 100644 --- a/x11-fonts/xorg-fonts-75dpi/Makefile +++ b/x11-fonts/xorg-fonts-75dpi/Makefile @@ -22,8 +22,7 @@ CONFLICTS= XFree86-font75dpi-* NO_BUILD= # none NO_MTREE= yes -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -do-install: # empty +NO_INSTALL= yes +FONTDIR= ${LOCALBASE}/share/fonts .include <bsd.port.mk> |