aboutsummaryrefslogtreecommitdiff
path: root/devel/tpasm/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-08 14:26:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-08 14:26:15 +0000
commit9831756d4983337f671f44f3cd5caddeaac73c8b (patch)
tree886edd33d6b6226261ffd8a50d4490e1179d0673 /devel/tpasm/Makefile
parent5402bb5987e4380807c0db8b28e4d57634c93735 (diff)
Notes
Diffstat (limited to 'devel/tpasm/Makefile')
-rw-r--r--devel/tpasm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile
index 848d0302143f..a0543f985932 100644
--- a/devel/tpasm/Makefile
+++ b/devel/tpasm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tpasm
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ct0.com/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -23,7 +23,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/libdata/${PORTNAME}
-.for file in 8051 80c390 p16c505 picmacros
+.for file in 8051 8052 80c390 avr p16c505 picmacros
${INSTALL_DATA} ${WRKSRC}/include/${file}.inc ${PREFIX}/libdata/${PORTNAME}
.endfor