summaryrefslogtreecommitdiff
path: root/cross/avr-libc
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avr-libc')
-rw-r--r--cross/avr-libc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index 2a7fbaf7e24..573cd034c5f 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2014/01/05 20:20:48 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2014/02/14 13:28:49 joerg Exp $
DISTNAME= avr-libc-1.8.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/
EXTRACT_SUFX= .tar.bz2
@@ -52,7 +52,7 @@ post-install:
${DESTDIR}${PREFIX}/share/doc/avr-libc
## delete following or similar files, which includes PATH at build time.
##_usr_pkgsrc_cross_avr-libc_work_avr-libc-1.8.0_libc_string_.3
- (cd ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3; ${RM} -f *${PKGVERSION}*)
+ (cd ${DESTDIR}${PREFIX}/share/doc/avr-libc/man/man3; ${RM} -f *${PKGVERSION_NOREV}*)
set -e; \
for f in Makefile demo.c demo.bin demo.hex demo.pdf \
demo.srec;\