diff options
author | jmc <jmc> | 2003-07-31 20:10:22 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-07-31 20:10:22 +0000 |
commit | ae789508579a94a5af0440314b2e068198ac1775 (patch) | |
tree | 72131be87edebacc9decd4686b269685bc70168e /inputmethod | |
parent | ede20317df2ce44bcba38cad3becc8918181e9f4 (diff) | |
download | pkgsrc-ae789508579a94a5af0440314b2e068198ac1775.tar.gz |
Define a proper relative path to Makefile.version
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index 5d16ef4d297..7473c419c8a 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2003/07/31 13:04:40 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.6 2003/07/31 20:10:22 jmc Exp $ # # Canna common makefile. # @@ -19,7 +19,7 @@ PATCHDIR= ${.CURDIR}/../canna/patches # To be done. #USE_BUILDLINK2= # defined -.include "Makefile.version" +.include "../canna/Makefile.version" CANNA_SPOOL= ${DESTDIR}/var/spool/canna CANNA_MODE= 0755 |