diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:30:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:30:06 +0000 |
commit | 11a6b0289381c695467b1f0120b92a0111be82df (patch) | |
tree | a5b8a41e6ec98a3a9f2b20c4194b13789da39a48 /lang/lua | |
parent | 659ecbd0b85666c9f90f3ec9bf1b60763cb10708 (diff) |
- Make the lua ports conflict each another
Notes
Notes:
svn path=/head/; revision=161276
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index c450519a98dc..9801b647d43b 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -22,6 +22,8 @@ MAN1= lua.1 luac.1 MAKE_ARGS= bsd +CONFLICTS= lua-4* lua-5.0* + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |