aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-libc/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2009-06-11 22:19:12 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2009-06-11 22:19:12 +0000
commitf9d2fed583a966f0771869a661a88988698cc5db (patch)
tree2db7465d9531d8bffa40ef4dd58ce264f3492506 /devel/avr-libc/Makefile
parentc219722fda729dabbd1d127d7de73c6bcc3158ae (diff)
downloadports-f9d2fed583a966f0771869a661a88988698cc5db.tar.gz
ports-f9d2fed583a966f0771869a661a88988698cc5db.zip
Notes
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r--devel/avr-libc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index bd74c663632f..7dc8dbcc811a 100644
--- a/devel/avr-libc/Makefile
+++ b/devel/avr-libc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= avr-libc
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.6
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
@@ -72,11 +72,10 @@ do-install:
${SED} -e 's|^\.|share/doc/avr-libc/man/man3|' \
>> ${TMPPLIST})
${CAT} ${PLIST_DOC} >> ${TMPPLIST}
-.else
- -${MKDIR} ${DOCSDIR}
.endif
${CAT} ${PLIST} >> ${TMPPLIST}
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} install)
+ -${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKDIR}/${DISTNAME}/LICENSE \
${WRKDIR}/${DISTNAME}/AUTHORS \