diff options
author | asami <asami@FreeBSD.org> | 1997-06-19 11:26:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-19 11:26:08 +0000 |
commit | 6f2edf9685cdf524941e623faf42e22263f15a4b (patch) | |
tree | 0f10e981d58e8e2416346e571b4b28542ec23aba /chinese | |
parent | 572ebadc03b51379db830a10558e0442d696135b (diff) | |
download | FreeBSD-ports-6f2edf9685cdf524941e623faf42e22263f15a4b.zip FreeBSD-ports-6f2edf9685cdf524941e623faf42e22263f15a4b.tar.gz |
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.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/FreeWnn-lib/Makefile | 5 | ||||
-rw-r--r-- | chinese/FreeWnn-server/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/chinese/FreeWnn-lib/Makefile b/chinese/FreeWnn-lib/Makefile index 8f6304f..4cdd061 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 8f6304f..4cdd061 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: |