diff options
author | pav <pav@FreeBSD.org> | 2006-05-03 21:30:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-03 21:30:06 +0800 |
commit | f90c76f377604012b30ed67706b9d7e4204a23ea (patch) | |
tree | 80ce6ee90706fea09c3d6c633ecdc8003f021280 /lang/lua4 | |
parent | 9fc8edc6bf86ea46ec2dcaac31aeb97c990424be (diff) | |
download | freebsd-ports-gnome-f90c76f377604012b30ed67706b9d7e4204a23ea.tar.gz freebsd-ports-gnome-f90c76f377604012b30ed67706b9d7e4204a23ea.tar.zst freebsd-ports-gnome-f90c76f377604012b30ed67706b9d7e4204a23ea.zip |
- Make the lua ports conflict each another
Diffstat (limited to 'lang/lua4')
-rw-r--r-- | lang/lua4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua4/Makefile b/lang/lua4/Makefile index c79d286f7b62..67a2deb0253c 100644 --- a/lang/lua4/Makefile +++ b/lang/lua4/Makefile @@ -24,6 +24,8 @@ WRKSRC= ${WRKDIR}/lua ALL_TARGET= all so INSTALLS_SHLIB= YES +CONFLICTS= lua-5* + do-install: @ ${MKDIR} ${PREFIX}/share/doc/lua @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/lua ${PREFIX}/bin |