From e37561c1f8e37e70075fae435bd87ac795d9d8ea Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 3 Aug 1998 09:09:48 +0000 Subject: Use correct mtree file or lots of X11 directories created in /usr/local otherwise --- mail/youbin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/youbin') diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 31c7c699e9d7..d30d028e9ac7 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Aug 1996 # Whom: Masafumi NAKANE # -# $Id: Makefile,v 1.9 1997/04/21 10:09:14 max Exp $ +# $Id: Makefile,v 1.10 1997/07/13 18:49:24 max Exp $ # DISTNAME= youbin-2.13 @@ -16,7 +16,8 @@ MAINTAINER= max@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes -PREFIX?= ${LOCALBASE} +PREFIX= ${LOCALBASE} +MTREE_FILE= /etc/mtree/BSD.local.dist STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/youbind.sh.sample -- cgit