diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:01:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:01:02 +0000 |
commit | fba5787df281ea4b92ed8f2168c51bdb1cac7be6 (patch) | |
tree | 5ea12fe6d7df3cc14009e67d7fc993b529f4c55f /databases | |
parent | - Add patch to make this work on loopback (diff) |
Fix syntax error in NOPORTDOCS case
Noticed by: Frank Knobbe <frank@knobbe.us>
Notes
Notes:
svn path=/head/; revision=105943
Diffstat (limited to 'databases')
-rw-r--r-- | databases/namazu2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile index 00203241ab53..0a57d693f597 100644 --- a/databases/namazu2/Makefile +++ b/databases/namazu2/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ARGS= --with-perl5="${PERL}" \ MAN1= namazu.1 mknmz.1 INSTALLS_SHLIB= yes +post-install: .if defined(NOPORTDOCS) ${RM} -rf ${PREFIX}/share/namazu/doc .endif |