diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-13 02:48:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-13 02:48:25 +0800 |
commit | 5d7dc14261d635a86027acf6e2890b5c9e28141a (patch) | |
tree | e2717ea33f40109a50735c08c227c46b022350f4 /misc/libutf/Makefile | |
parent | c69696c07c4ff9c12096564e27aaa0aa18cb0530 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |