View | Details | Raw Unified | Return to bug 201019
Collapse All | Expand All

(-)chinese/chiconv/Makefile (-1 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	chiconv
4
PORTNAME=	chiconv
5
PORTVERSION=	11.1
5
PORTVERSION=	11.3
6
CATEGORIES=	chinese converters
6
CATEGORIES=	chinese converters
7
7
8
MAINTAINER=	buganini@gmail.com
8
MAINTAINER=	buganini@gmail.com
Lines 19-22 Link Here
19
19
20
PLIST_FILES=	bin/chiconv
20
PLIST_FILES=	bin/chiconv
21
21
22
post-install:
23
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chiconv
24
22
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)chinese/chiconv/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (buganini-chiconv-11.1_GH0.tar.gz) = a4eb45c2f030f37ef2b9af372a66780dc48cdee674f9eaec23b13ed5f3dbcf2a
1
SHA256 (buganini-chiconv-11.3_GH0.tar.gz) = 8f878ddff86b5ea1c03cdcbe245e710f97e068918531998a074d6b5abfb6d891
2
SIZE (buganini-chiconv-11.1_GH0.tar.gz) = 2948
2
SIZE (buganini-chiconv-11.3_GH0.tar.gz) = 3746
(-)chinese/chiconv/files/patch-Makefile (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.orig	2014-01-07 14:47:56.000000000 +0800
2
+++ Makefile	2014-01-07 14:48:06.000000000 +0800
3
@@ -9,7 +9,7 @@ chiconv: chiconv.c
4
 	$(CC) ${CFLAGS} -o chiconv chiconv.c ${LIBS}
5
 
6
 install:
7
-	install -m 555 chiconv ${PREFIX}/bin
8
+	install -m 555 chiconv $(DESTDIR)${PREFIX}/bin
9
 
10
 clean:
11
 	rm -f chiconv

Return to bug 201019