Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 1995 12:28:59 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        jmz@cabri.obs-besancon.fr
Cc:        CVS-commiters@freefall.cdrom.com, cvs-ports@freefall.cdrom.com
Subject:   Re: cvs commit: ports/graphics/xfig Makefile
Message-ID:  <199504181928.MAA04597@silvia.HIP.Berkeley.EDU>
In-Reply-To: <9504181355.AA11616@cabri.obs-besancon.fr> (jmz@cabri.obs-besancon.fr)

next in thread | previous in thread | raw e-mail | index | archive | help
 * No! not this time - I have never touched this port. 
 * Aren't you the maintainer of this port? :p

Half of that is correct.  Well,

----------------------------
revision 1.6
date: 1995/02/27 23:51:31;  author: jmz;  state: Exp;  lines: +4 -1
Set MAKE_FLAGS so that the port honors ${PREFIX}.
----------------------------

and....

>> cvs diff -u -r1.5 -r1.6 Makefile
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/xfig/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- 1.5 1995/02/11 13:49:36
+++ 1.6 1995/02/27 23:51:31
@@ -4,7 +4,7 @@
 # Whom:                        asami
 # Original by:         roberto
 #
-# $Id: Makefile,v 1.5 1995/02/11 13:49:36 asami Exp $
+# $Id: Makefile,v 1.6 1995/02/27 23:51:31 jmz Exp $
 #
 
 DISTNAME=      xfig.3.1.3
@@ -14,5 +14,8 @@
        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>


(You see the missing "X11" after the "lib"? :)

Satoshi :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504181928.MAA04597>