diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-06-23 17:49:14 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-06-23 17:49:14 +0000 |
commit | c09b9eb875a7ba80b3073e6f44c8389dbd75242c (patch) | |
tree | eb4dfdf885f71682ae1430a9687d06cda94f7367 /x11-fonts/mozilla-fonts | |
parent | 0a70860b98f35d7c00dbbf8db0cf33813992f15b (diff) |
Move USE_X_PREFIX up - make sure we install in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=61829
Diffstat (limited to 'x11-fonts/mozilla-fonts')
-rw-r--r-- | x11-fonts/mozilla-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile index 85e89e5d09f6..e059d07db9d9 100644 --- a/x11-fonts/mozilla-fonts/Makefile +++ b/x11-fonts/mozilla-fonts/Makefile @@ -14,14 +14,14 @@ MASTER_SITES= http://www.myrddin.demon.co.uk/dist/ MAINTAINER= dom@happygiraffe.net +USE_X_PREFIX= true + .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 4 BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients .endif -USE_X_PREFIX= true - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mozilla-fonts |