pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
klh10: linted
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Mon Jan 3 21:17:04 2022 +0100
Changeset: 518626aa3a3c37ccedf958e10648365d46e05ef6
Modified Files:
klh10/Makefile
Log Message:
klh10: linted
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=518626aa3a3c37ccedf958e10648365d46e05ef6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
klh10/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diffs:
diff --git a/klh10/Makefile b/klh10/Makefile
index a82187b323..5f721194e5 100644
--- a/klh10/Makefile
+++ b/klh10/Makefile
@@ -4,12 +4,12 @@ DISTNAME= klh10-2.0
PKGNAME= klh10-2.0.12.2021.08.19
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=PDP-10/}
-GITHUB_PROJECT= klh10
+GITHUB_PROJECT= klh10
GITHUB_TAG= c92bb5f10426f24cdeadd27651c5d068ef7a4230
# TODO: also fetch this file
#DISTFILES+= panda-dist.tar.gz
-#MASTER_SITE.panda-dist.tar.gz = http://panda.trailing-edge.com/
+#MASTER_SITE.panda-dist.tar.gz= http://panda.trailing-edge.com/
MAINTAINER= rhialto%NetBSD.org@localhost
HOMEPAGE= http://panda.trailing-edge.com/
@@ -26,18 +26,18 @@ CONFIGURE_ARGS+= --enable-bridge
CONFIGURE_ARGS+= --disable-lights # req's libusb
CONFIGURE_ARGS+= --with-vde=no # no pkg for this
-BUILD_DIRS= ${WRKSRC}/build
+BUILD_DIRS= build
KLH10_HOME= ${DESTDIR}${PREFIX}/libexec/klh10
pre-configure:
cd ${WRKSRC} && ./autogen.sh
- cd ${WRKSRC} && mkdir build
+ mkdir ${CONFIGURE_DIRS}
do-install:
-.for _DIR_ in kl ks ks-its
- cd ${WRKSRC}/build/bld-${_DIR_} && env KLH10_HOME=${KLH10_HOME}/home-${_DIR_} make install
- rmdir ${KLH10_HOME}/home-${_DIR_}/flushed
+.for emu in kl ks ks-its
+ cd ${WRKSRC}/build/bld-${emu} && env KLH10_HOME=${KLH10_HOME}/home-${emu} make install
+ rmdir ${KLH10_HOME}/home-${emu}/flushed
.endfor
cd ${WRKSRC}/run; ${FIND} . -type f \! -name '*.orig' -print | \
pax -rw ${DESTDIR}${PREFIX}/share/klh10
Home |
Main Index |
Thread Index |
Old Index