diff options
author | pat <pat@FreeBSD.org> | 2002-02-02 12:25:52 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-02 12:25:52 +0800 |
commit | eb07805199858286167d032a96e6406dd91fd65d (patch) | |
tree | 6e05744cfe69752d1fb6185fb23fb0d702ddcacb /x11-fonts | |
parent | 9dee8bee32d417be26c3161f30687117a94aa357 (diff) | |
download | freebsd-ports-gnome-eb07805199858286167d032a96e6406dd91fd65d.tar.gz freebsd-ports-gnome-eb07805199858286167d032a96e6406dd91fd65d.tar.zst freebsd-ports-gnome-eb07805199858286167d032a96e6406dd91fd65d.zip |
Fix to install to the proper prefix (default: /usr/X11R6)
PR: 34533
Submitted by: bmah
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 87719d3e8efe..e9a2164016e5 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -27,8 +27,6 @@ MAINTAINER= kkonstan@daemon.gr BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \ cabextract:${PORTSDIR}/archivers/cabextract -.include <bsd.port.pre.mk> - .if ${XFREE86_VERSION} == 3 RUN_DEPENDS= xfstt:${PORTSDIR}/x11-servers/Xfstt .endif @@ -200,4 +198,4 @@ display-message: ${CAT} ${PKGMESSAGE} ${ECHO_MSG} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |