diff options
Diffstat (limited to 'lang/rexx-imc/Makefile')
-rw-r--r-- | lang/rexx-imc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 38ef6d7273e..6455fb00e57 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/02 10:23:27 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:25 joerg Exp $ # DISTNAME= rexx-imc-1.76 @@ -14,6 +14,8 @@ COMMENT= Implementation of IBM's REXX scripting language USE_LIBTOOL= yes +INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 + CONFLICTS= rexx-regina-[0-9]* .include "../../mk/bsd.pkg.mk" |