diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /lang | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kali/Makefile | 3 | ||||
-rw-r--r-- | lang/oo2c/Makefile | 9 | ||||
-rw-r--r-- | lang/rexx-imc/Makefile | 4 | ||||
-rw-r--r-- | lang/sablevm/Makefile | 4 | ||||
-rw-r--r-- | lang/tinyscheme/Makefile | 4 |
5 files changed, 16 insertions, 8 deletions
diff --git a/lang/kali/Makefile b/lang/kali/Makefile index 92c1fd4a731..aa8805b1b44 100644 --- a/lang/kali/Makefile +++ b/lang/kali/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:38 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:25 joerg Exp $ DISTNAME= kali-0.47 CATEGORIES= lang @@ -10,6 +10,7 @@ COMMENT= Distributed implementation of Scheme GNU_CONFIGURE= yes BUILD_TARGET= # empty +INSTALLATION_DIRS= bin include lib NOT_FOR_PLATFORM= *-*-alpha diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 4522f400a81..11ce24d78e9 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/02/20 19:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:25 joerg Exp $ DISTNAME= oo2c_${BITS}-2.0.11 PKGNAME= oo2c-2.0.11 @@ -28,6 +28,8 @@ USE_LIBTOOL= yes EVAL_PREFIX+= LIBTOOL_PREFIX=libtool-base LIBTOOL_PREFIX_DEFAULT= ${LOCALBASE} +INSTALLATION_DIRS= share/doc/html share/emacs/site-lisp + pre-install: for f in ${WRKSRC}/rsrc/OOC/oo2crc.xml; do \ ${SED} -e 's,${BUILDLINK_DIR},${LIBTOOL_PREFIX},g' \ @@ -35,9 +37,8 @@ pre-install: done post-install: - cd ${PREFIX}/share/doc/html && ${LN} -sf ${PREFIX}/lib/oo2c/oocdoc/html oo2c - ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp - cd ${PREFIX}/share/emacs/site-lisp && ${LN} -sf ${PREFIX}/lib/oo2c/emacs oo2c + ${LN} -sf ${PREFIX}/lib/oo2c/oocdoc/html ${PREFIX}/share/doc/html/oo2c + ${LN} -sf ${PREFIX}/lib/oo2c/emacs ${PREFIX}/share/emacs/site-lisp/oo2c .include "../../devel/boehm-gc/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile index a7c2662c06a..26020b24afe 100644 --- a/lang/sablevm/Makefile +++ b/lang/sablevm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/10/04 21:46:14 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2007/03/24 19:21:25 joerg Exp $ # DISTNAME= sablevm-1.13 @@ -36,6 +36,8 @@ PRINT_PLIST_AWK+= /^@dirrm java\/sablevm$$/ \ BUILDLINK_PASSTHRU_RPATHDIRS+= ${JAVA_HOME}/lib +INSTALLATION_DIRS= java/sablevm/lib/sablevm/bin + .if !exists(/usr/include/semaphore.h) LDFLAGS+= -lsemaphore BUILDLINK_TRANSFORM+= l:rt:semaphore diff --git a/lang/tinyscheme/Makefile b/lang/tinyscheme/Makefile index 62c0c305e1d..0665c8c4d39 100644 --- a/lang/tinyscheme/Makefile +++ b/lang/tinyscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:09 obache Exp $ +# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:25 joerg Exp $ DISTNAME= tinyscheme-1.35 CATEGORIES= lang @@ -11,4 +11,6 @@ COMMENT= BSD-licensed R5RS small embeddable scheme implementation MAKE_FILE= makefile USE_LIBTOOL= yes +INSTALLATION_DIRS= bin include lib + .include "../../mk/bsd.pkg.mk" |