diff options
author | knu <knu@FreeBSD.org> | 2001-11-01 19:35:32 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-01 19:35:32 +0000 |
commit | 1874c42fc629aba7f502257c2691c846e964d93a (patch) | |
tree | 67820032f293270b63671ffc4423d84a5a14cafc /japanese/namazu2 | |
parent | 409308dc87cd66e5e54bc45a525eb8d5673d1997 (diff) | |
download | FreeBSD-ports-1874c42fc629aba7f502257c2691c846e964d93a.zip FreeBSD-ports-1874c42fc629aba7f502257c2691c846e964d93a.tar.gz |
Unbreak installation by defining a dummy do-install target. This is a
meta port that has nothing to install.
Diffstat (limited to 'japanese/namazu2')
-rw-r--r-- | japanese/namazu2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index c7b36a5..7068a5a 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -30,4 +30,7 @@ MODULE_NAME= Kakasi NO_BUILD= yes +do-install: + @${DO_NADA} + .include <bsd.port.mk> |