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 /japanese/Wnn6-lib | |
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 'japanese/Wnn6-lib')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index eaac1e9444d0..bafef6824aba 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: asami # -# $Id: Makefile,v 1.14 1996/11/13 11:19:45 asami Exp $ +# $Id: Makefile,v 1.15 1997/04/16 05:00:02 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: |