aboutsummaryrefslogtreecommitdiff
path: root/devel/msp430-libc/Makefile
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2003-12-05 14:59:57 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2003-12-05 14:59:57 +0000
commit134b97ed014d79855833667748b256ac3098e35c (patch)
treec542f6fc2730f8c3f63edf0706b831ab45a83a01 /devel/msp430-libc/Makefile
parent03a454e0ee343d6c8d0277d6d3d01207ac441529 (diff)
downloadports-134b97ed014d79855833667748b256ac3098e35c.tar.gz
ports-134b97ed014d79855833667748b256ac3098e35c.zip
Add many examples from TI
Notes
Notes: svn path=/head/; revision=95133
Diffstat (limited to 'devel/msp430-libc/Makefile')
-rw-r--r--devel/msp430-libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/msp430-libc/Makefile b/devel/msp430-libc/Makefile
index 5747f88eb0b2..f16e750aab38 100644
--- a/devel/msp430-libc/Makefile
+++ b/devel/msp430-libc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libc
-PORTVERSION= 1.0.20031011
+PORTVERSION= 1.0.20031202
CATEGORIES= devel
MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/
PKGNAMEPREFIX= msp430-
@@ -32,7 +32,7 @@ post-configure:
post-install:
@${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc
- @tar --exclude CVS -C ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} -cf - examples doc | \
+ @tar --exclude CVS -C ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} -cf - doc | \
tar -xf - -C ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc
@tar --exclude CVS -C ${WRKDIR} -cf - examples | \
tar -xf - -C ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc