aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libutf/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-13 02:48:25 +0800
committerantoine <antoine@FreeBSD.org>2014-02-13 02:48:25 +0800
commit5d7dc14261d635a86027acf6e2890b5c9e28141a (patch)
treee2717ea33f40109a50735c08c227c46b022350f4 /misc/libutf/Makefile
parentc69696c07c4ff9c12096564e27aaa0aa18cb0530 (diff)
downloadfreebsd-ports-gnome-5d7dc14261d635a86027acf6e2890b5c9e28141a.tar.gz
freebsd-ports-gnome-5d7dc14261d635a86027acf6e2890b5c9e28141a.tar.zst
freebsd-ports-gnome-5d7dc14261d635a86027acf6e2890b5c9e28141a.zip
Do not strip libutf.a, this should unbreak editors/ssam
Reported by: pkg-fallout (editors/ssam breakage)
Diffstat (limited to 'misc/libutf/Makefile')
-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