diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-27 23:51:31 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-02-27 23:51:31 +0000 |
commit | ba0427ef72e491aec3e4c1d70923ec990bfa890f (patch) | |
tree | 6c160bf55639943b0ee009d84b443776b6145d34 /graphics | |
parent | Add proper trailing slashes to MASTER_SITES (diff) |
Set MAKE_FLAGS so that the port honors ${PREFIX}.
Notes
Notes:
svn path=/head/; revision=1062
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfig-devel/Makefile | 5 | ||||
-rw-r--r-- | graphics/xfig/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index b3df6f06379b..cfa60abe8ccf 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/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> diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index b3df6f06379b..cfa60abe8ccf 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> |