From 5e0ad8e46feb388b76314a3ba731b2ad415d4bfe Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 19 Jun 1997 11:26:08 +0000 Subject: The project template file is called "X11.tmpl" in XFree86-3.3, so make a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is necessary for letting imake pick it up automatically. --- chinese/FreeWnn-lib/Makefile | 5 ++++- chinese/FreeWnn-server/Makefile | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'chinese') diff --git a/chinese/FreeWnn-lib/Makefile b/chinese/FreeWnn-lib/Makefile index 8f6304f6df35..4cdd061842b0 100644 --- a/chinese/FreeWnn-lib/Makefile +++ b/chinese/FreeWnn-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1996/11/13 12:53:30 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/16 04:59:17 asami Exp $ # DISTNAME= Wnn4.2 @@ -16,6 +16,9 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/Xsi IS_INTERACTIVE= yes # needs "wnn" user +post-extract: + /bin/ln -sf Project.tmpl ${WRKSRC}/config/X11.tmpl + # These are necesary because this package uses a different Makefile for # building and installing etc. do-build: diff --git a/chinese/FreeWnn-server/Makefile b/chinese/FreeWnn-server/Makefile index 8f6304f6df35..4cdd061842b0 100644 --- a/chinese/FreeWnn-server/Makefile +++ b/chinese/FreeWnn-server/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1996/11/13 12:53:30 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/16 04:59:17 asami Exp $ # DISTNAME= Wnn4.2 @@ -16,6 +16,9 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/Xsi IS_INTERACTIVE= yes # needs "wnn" user +post-extract: + /bin/ln -sf Project.tmpl ${WRKSRC}/config/X11.tmpl + # These are necesary because this package uses a different Makefile for # building and installing etc. do-build: -- cgit v1.2.3