aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/xfed
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-02-13 01:48:25 +0800
committerjmz <jmz@FreeBSD.org>1995-02-13 01:48:25 +0800
commit7d87bdb2396061e1a5b8e4903e8f12f2dfa58cff (patch)
tree0ca4dcc567e4ab019d002a59eb59e3b45a08302e /x11-fonts/xfed
parent97ff77fc60bc901c42e5e2e237459523a3f8d906 (diff)
downloadfreebsd-ports-gnome-7d87bdb2396061e1a5b8e4903e8f12f2dfa58cff.tar.gz
freebsd-ports-gnome-7d87bdb2396061e1a5b8e4903e8f12f2dfa58cff.tar.zst
freebsd-ports-gnome-7d87bdb2396061e1a5b8e4903e8f12f2dfa58cff.zip
Set MAKE_FLAGS so that `make PREFIX=...' works as expected.
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