diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 11:26:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 11:26:08 +0000 |
commit | 5e0ad8e46feb388b76314a3ba731b2ad415d4bfe (patch) | |
tree | 99785ea08f5267f75a1297da0b17523c04c41933 /korean | |
parent | REALLY make this compile and install correctly. Apparently the (diff) |
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.
Notes
Notes:
svn path=/head/; revision=7011
Diffstat (limited to '')
-rw-r--r-- | korean/FreeWnn-lib/Makefile | 5 | ||||
-rw-r--r-- | korean/FreeWnn-server/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile index 65814057636c..c3e1b8e938fc 100644 --- a/korean/FreeWnn-lib/Makefile +++ b/korean/FreeWnn-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1997/03/06 06:28:26 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/16 05:00:06 asami Exp $ # DISTNAME= Wnn4.2 @@ -16,6 +16,9 @@ MAINTAINER= ports@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/korean/FreeWnn-server/Makefile b/korean/FreeWnn-server/Makefile index 65814057636c..c3e1b8e938fc 100644 --- a/korean/FreeWnn-server/Makefile +++ b/korean/FreeWnn-server/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1997/03/06 06:28:26 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/16 05:00:06 asami Exp $ # DISTNAME= Wnn4.2 @@ -16,6 +16,9 @@ MAINTAINER= ports@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: |