diff options
author | asami <asami@FreeBSD.org> | 1997-06-19 19:26:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-19 19:26:08 +0800 |
commit | 6f2edf9685cdf524941e623faf42e22263f15a4b (patch) | |
tree | 0f10e981d58e8e2416346e571b4b28542ec23aba /korean/FreeWnn-lib | |
parent | 572ebadc03b51379db830a10558e0442d696135b (diff) | |
download | freebsd-ports-gnome-6f2edf9685cdf524941e623faf42e22263f15a4b.tar.gz freebsd-ports-gnome-6f2edf9685cdf524941e623faf42e22263f15a4b.tar.zst freebsd-ports-gnome-6f2edf9685cdf524941e623faf42e22263f15a4b.zip |
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 'korean/FreeWnn-lib')
-rw-r--r-- | korean/FreeWnn-lib/Makefile | 5 |
1 files changed, 4 insertions, 1 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: |