aboutsummaryrefslogtreecommitdiff
path: root/textproc/libflate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libflate/Makefile')
-rw-r--r--textproc/libflate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libflate/Makefile b/textproc/libflate/Makefile
index 9f281f564808..ad278dbdad22 100644
--- a/textproc/libflate/Makefile
+++ b/textproc/libflate/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libflate
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://flate.dead-inside.org/
@@ -15,6 +16,6 @@ MAKE_ARGS+= CC="${CC}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/checktpl ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.a ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>