summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/tpasm/Makefile13
-rw-r--r--devel/tpasm/files/md54
-rw-r--r--devel/tpasm/files/patch-sum7
3 files changed, 17 insertions, 7 deletions
diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile
index 8cede09f5e9..aa54658ff31 100644
--- a/devel/tpasm/Makefile
+++ b/devel/tpasm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/15 13:02:35 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/16 00:11:50 dmcmahill Exp $
#
-DISTNAME= tpasm1.0q
-PKGNAME= tpasm-1.0q
+DISTNAME= tpasm1.0r
+PKGNAME= tpasm-1.0r
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ct0.com/pub/
EXTRACT_SUFX= .tgz
@@ -13,4 +13,11 @@ COMMENT= assembler for 6805, 68HC11, 6502, Surplus, 8051, Z80, PIC, and AVR
WRKSRC= ${WRKDIR}/tpasm
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tpasm ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/libdata/tpasm
+ ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/libdata/tpasm/
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/tpasm/files/md5 b/devel/tpasm/files/md5
index 891d1024d89..bd79edeff29 100644
--- a/devel/tpasm/files/md5
+++ b/devel/tpasm/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2001/04/15 13:02:35 dmcmahill Exp $
+$NetBSD: md5,v 1.2 2001/04/16 00:11:50 dmcmahill Exp $
-SHA1 (tpasm1.0q.tgz) = 2d49d7e3ae9e4f38ee056893b1d18d656afb5909
+SHA1 (tpasm1.0r.tgz) = 16b88a548681de2dd8409630a079bdefa84957c4
diff --git a/devel/tpasm/files/patch-sum b/devel/tpasm/files/patch-sum
index 19bd8f4b552..2fb9411c613 100644
--- a/devel/tpasm/files/patch-sum
+++ b/devel/tpasm/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 2001/04/15 13:02:35 dmcmahill Exp $
+$NetBSD: patch-sum,v 1.2 2001/04/16 00:11:50 dmcmahill Exp $
-SHA1 (patch-aa) = 89bc52a7c5dadd68eb323c9f771d03ab60f9d610
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.