diff options
author | jmz <jmz@FreeBSD.org> | 1995-02-27 23:51:31 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-02-27 23:51:31 +0000 |
commit | dfdaaf1fd84509e0b016c769833380ecd36c07d4 (patch) | |
tree | 7dfaf5686b864ce439b9025fb73ac74e6249bf20 /graphics/xfig/Makefile | |
parent | 5dc3afd81c3542c71fbd92b126d84749ee34020b (diff) | |
download | FreeBSD-ports-dfdaaf1fd84509e0b016c769833380ecd36c07d4.zip FreeBSD-ports-dfdaaf1fd84509e0b016c769833380ecd36c07d4.tar.gz |
Set MAKE_FLAGS so that the port honors ${PREFIX}.
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index b3df6f0..cfa60ab 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -4,7 +4,7 @@ # Whom: asami # Original by: roberto # -# $Id: Makefile,v 1.4 1995/01/28 18:29:14 asami Exp $ +# $Id: Makefile,v 1.5 1995/02/11 13:49:36 asami Exp $ # DISTNAME= xfig.3.1.3 @@ -14,5 +14,8 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ + XAPPLOADDIR=${PREFIX}/lib/app-defaults \ + XFIGLIBDIR=${PREFIX}/lib/xfig -f .include <bsd.port.mk> |