aboutsummaryrefslogtreecommitdiffstats
path: root/lang/io/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2006-05-04 23:05:33 +0800
committerperky <perky@FreeBSD.org>2006-05-04 23:05:33 +0800
commit8655297335f957af038acb2fc6560f17266dfc2e (patch)
treefe7be6674ce1762a30f1b48559bdceb06840ea80 /lang/io/Makefile
parent1ea798f5fbbc835db20a25814cccfbb4f4446990 (diff)
downloadfreebsd-ports-gnome-8655297335f957af038acb2fc6560f17266dfc2e.tar.gz
freebsd-ports-gnome-8655297335f957af038acb2fc6560f17266dfc2e.tar.zst
freebsd-ports-gnome-8655297335f957af038acb2fc6560f17266dfc2e.zip
Update 0.0.2006.05.02
Diffstat (limited to 'lang/io/Makefile')
-rw-r--r--lang/io/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile
index 11f78a9fa995..1ddb38c278e0 100644
--- a/lang/io/Makefile
+++ b/lang/io/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= io
-PORTVERSION= 0.0.2006.01.27
+PORTVERSION= 0.0.2006.05.02
CATEGORIES= lang
MASTER_SITES= http://io.urbanape.com/release/ \
http://www.sigusr1.org/~steve/
@@ -37,7 +37,6 @@ USE_GCC= 3.4+
pre-patch:
${FIND} ${WRKSRC} -name '.DS_Store*' -delete
- ${RM} ${WRKSRC}/vm/base/DynLib_OSX.c
cd ${WRKSRC}/libs && for mod in *; do \
if [ $$mod != "zlib" ]; then \
${RM} -fr $$mod; \
@@ -84,7 +83,7 @@ do-install:
${MKDIR} ${DOCSDIR}
${TAR} -C ${WRKSRC}/_docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
-.for subdir in ioCode new sampleCode docgen unitTests
+.for subdir in ioCode sampleCode docgen unitTests
${MKDIR} ${EXAMPLESDIR}/${subdir}
${TAR} -C ${WRKSRC}/vm/_${subdir} -cf - . | \
${TAR} -C ${EXAMPLESDIR}/${subdir} -xf -