summaryrefslogtreecommitdiff
path: root/x11-fonts/xfed
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-12 17:48:25 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-12 17:48:25 +0000
commitb3d684f4611c44127e13dfc088dfd0a024ba36f0 (patch)
treeb9a469ec1b8ec44b5cda8d0bfc64d8a7fac905e1 /x11-fonts/xfed
parentAdd some magic to the makefile to get the MASTER_SITE_OVERRIDE working for (diff)
Set MAKE_FLAGS so that `make PREFIX=...' works as expected.
Notes
Notes: svn path=/head/; revision=955
Diffstat (limited to 'x11-fonts/xfed')
-rw-r--r--x11-fonts/xfed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile
index 312909ad577c..b783676cc5de 100644
--- a/x11-fonts/xfed/Makefile
+++ b/x11-fonts/xfed/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.1.1.1 1994/12/08 10:20:16 asami Exp $
+# $Id: Makefile,v 1.2 1994/12/12 04:31:49 gpalmer Exp $
#
DISTNAME= xfed
@@ -15,6 +15,7 @@ USE_IMAKE= yes
#MASTER_SITES= ftp://me10.lbl.gov/pub/hp_X11R3_tape/source/app/
SOURCESITE= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/clients/xfed/
#EXTRACT_SUFX= .tar.Z
+MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f
fetch: pre-fetch
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi