diff options
author | ache <ache@FreeBSD.org> | 1998-08-03 09:09:48 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-08-03 09:09:48 +0000 |
commit | e37561c1f8e37e70075fae435bd87ac795d9d8ea (patch) | |
tree | d69dde95bb6b5e6eeb81bb8e1ab93e747b4d7071 /mail/youbin | |
parent | bbfdf7d63994c69b565370abea623e2635c680f9 (diff) | |
download | FreeBSD-ports-e37561c1f8e37e70075fae435bd87ac795d9d8ea.zip FreeBSD-ports-e37561c1f8e37e70075fae435bd87ac795d9d8ea.tar.gz |
Use correct mtree file or lots of X11 directories created in /usr/local
otherwise
Diffstat (limited to 'mail/youbin')
-rw-r--r-- | mail/youbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 31c7c69..d30d028 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Aug 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $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 |