summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/vmips/Makefile4
-rw-r--r--math/tochnog/Makefile9
2 files changed, 7 insertions, 6 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile
index 62a9e27e762..356ff20526b 100644
--- a/emulators/vmips/Makefile
+++ b/emulators/vmips/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/04/04 18:07:16 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/02 14:02:45 joerg Exp $
#
DISTNAME= vmips-1.3.1
@@ -17,4 +17,6 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
EGDIR= ${PREFIX}/share/examples/vmips
CONF_FILES= ${EGDIR}/vmipsrc ${PKG_SYSCONFDIR}/vmipsrc
+USE_LANGUAGES= c c++
+
.include "../../mk/bsd.pkg.mk"
diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile
index df757953a53..769cbdebbff 100644
--- a/math/tochnog/Makefile
+++ b/math/tochnog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:08 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/06/02 14:01:34 joerg Exp $
DISTNAME= tochnog-20010429
CATEGORIES= math
@@ -17,21 +17,20 @@ BUILD_TARGET= netbsd
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
-INSTALLATION_DIRS= bin
+USE_LANGUAGES= c++
+
+INSTALLATION_DIRS= bin share/doc/tochnog share/tochnog/tools share/tochnog/test
post-patch:
@${RM} -f ${WRKDIR}/tochnog/test/*.orig ${WRKDIR}/tochnog/tools/*.bat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tochnog ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tochnog
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/tnu.ps.gz \
${PREFIX}/share/doc/tochnog
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/tnp.ps.gz \
${PREFIX}/share/doc/tochnog
- ${INSTALL_DATA_DIR} ${PREFIX}/share/tochnog/test
${INSTALL_DATA} ${WRKDIR}/tochnog/test/* ${PREFIX}/share/tochnog/test/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/tochnog/tools
${INSTALL_DATA} ${WRKDIR}/tochnog/tools/* ${PREFIX}/share/tochnog/tools/
.include "../../mk/bsd.pkg.mk"