aboutsummaryrefslogtreecommitdiff
path: root/misc/libutf
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-12 18:48:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-12 18:48:25 +0000
commitaf9fee7b91ed816d96c0f8e4236514907361bd95 (patch)
treee2717ea33f40109a50735c08c227c46b022350f4 /misc/libutf
parenteb2820b2fde080bca7d0aac679bb6e3d6f0f090a (diff)
downloadports-af9fee7b91ed816d96c0f8e4236514907361bd95.tar.gz
ports-af9fee7b91ed816d96c0f8e4236514907361bd95.zip
Do not strip libutf.a, this should unbreak editors/ssam
Reported by: pkg-fallout (editors/ssam breakage)
Notes
Notes: svn path=/head/; revision=343951
Diffstat (limited to 'misc/libutf')
-rw-r--r--misc/libutf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile
index 223a4def26b9..c1b2cb283ba9 100644
--- a/misc/libutf/Makefile
+++ b/misc/libutf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libutf
PORTVERSION= 2.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \
http://www.westley.demon.co.uk/src/
@@ -18,7 +18,7 @@ MAKE_ARGS= ETCDIR=${EXAMPLESDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/ure.h ${STAGEDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/utf.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_LIB} ${WRKSRC}/libutf.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libutf.a ${STAGEDIR}${PREFIX}/lib
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/langcoll.utf ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/utf.3 ${STAGEDIR}${MAN3PREFIX}/man/man3