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

(-)Makefile (-2 / +1 lines)
Lines 5-12 Link Here
5
PORTVERSION=	1.08.${PORTVER}
5
PORTVERSION=	1.08.${PORTVER}
6
PORTREVISION=	6
6
PORTREVISION=	6
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	${MASTER_SITE_GNU}
8
MASTER_SITES=	GNU
9
MASTER_SITE_SUBDIR=	freedink
10
PKGNAMESUFFIX=	-engine
9
PKGNAMESUFFIX=	-engine
11
10
12
MAINTAINER=	shurd@FreeBSD.org
11
MAINTAINER=	shurd@FreeBSD.org
(-)files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2012-12-09 21:12:49.000000000 +0400
2
+++ configure	2015-01-25 07:05:37.000000000 +0300
3
@@ -20400,7 +20400,7 @@
4
   return 0;
5
 }
6
 _ACEOF
7
-if ac_fn_c_try_run "$LINENO"; then :
8
+if true; then :
9
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10
 $as_echo "yes" >&6; }
11
 else
(-)pkg-plist (-3 lines)
Lines 69-74 Link Here
69
share/locale/vi/LC_MESSAGES/freedink.mo
69
share/locale/vi/LC_MESSAGES/freedink.mo
70
share/locale/zh_CN/LC_MESSAGES/freedink-gnulib.mo
70
share/locale/zh_CN/LC_MESSAGES/freedink-gnulib.mo
71
share/locale/zh_TW/LC_MESSAGES/freedink-gnulib.mo
71
share/locale/zh_TW/LC_MESSAGES/freedink-gnulib.mo
72
@dirrmtry share/locale/rw/LC_MESSAGES
73
@dirrmtry share/locale/rw
74
@dirrmtry %%DATADIR%%

Return to bug 197062