Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= znotes |
8 |
PORTNAME= znotes |
9 |
PORTVERSION= 0.4.2 |
9 |
PORTVERSION= 0.4.3 |
10 |
CATEGORIES= deskutils |
10 |
CATEGORIES= deskutils |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ |
12 |
DISTNAME= ${PORTNAME}-${PORTVERSION} |
12 |
DISTNAME= ${PORTNAME}-${PORTVERSION} |
Lines 47-58
Link Here
|
47 |
.if defined(WITH_NLS) |
47 |
.if defined(WITH_NLS) |
48 |
${MKDIR} ${DATADIR}/translations |
48 |
${MKDIR} ${DATADIR}/translations |
49 |
${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations |
49 |
${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations |
50 |
PLIST_FILES+= share/${PORTNAME}/translations/${PORTNAME}_cs.qm \ |
50 |
PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_cs.qm \ |
51 |
share/${PORTNAME}/translations/${PORTNAME}_ru.qm \ |
51 |
%%DATADIR%%/translations/${PORTNAME}_ru.qm \ |
52 |
share/${PORTNAME}/translations/${PORTNAME}_pt_BR.qm \ |
52 |
%%DATADIR%%/translations/${PORTNAME}_pt_BR.qm \ |
53 |
share/${PORTNAME}/translations/${PORTNAME}_uk.qm |
53 |
%%DATADIR%%/translations/${PORTNAME}_uk.qm |
54 |
PLIST_DIRS+= share/${PORTNAME}/translations \ |
54 |
PLIST_DIRS+= %%DATADIR%%/translations \ |
55 |
share/${PORTNAME} |
55 |
%%DATADIR%% |
56 |
.else |
56 |
.else |
57 |
.endif |
57 |
.endif |
58 |
|
58 |
|