diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-12 18:43:53 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-03-12 18:43:53 +0000 |
commit | c54326fa9fb24c2d2eadd2df58b38fd28fb9e749 (patch) | |
tree | 9bc7b8c3e5c84e1da037f6cf2a3e718b3ef78457 /deskutils/xchm | |
parent | d5fd5772717a6a16a5b0f1d5d84203a4c4ab9e0b (diff) | |
download | ports-c54326fa9fb24c2d2eadd2df58b38fd28fb9e749.tar.gz ports-c54326fa9fb24c2d2eadd2df58b38fd28fb9e749.zip |
Notes
Diffstat (limited to 'deskutils/xchm')
-rw-r--r-- | deskutils/xchm/Makefile | 7 | ||||
-rw-r--r-- | deskutils/xchm/distinfo | 4 | ||||
-rw-r--r-- | deskutils/xchm/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 46722ce50104..4776ce4c5c04 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xchm -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION} @@ -20,10 +20,9 @@ WX_CONF_ARGS= absolute LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS+= -I${LOCALBASE}/include -post-patch: - @${REINPLACE_CMD} -e 's|@REZ_COMMAND@||' ${WRKSRC}/src/Makefile.in +.include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else diff --git a/deskutils/xchm/distinfo b/deskutils/xchm/distinfo index c7ba6fec46d0..4488702294d1 100644 --- a/deskutils/xchm/distinfo +++ b/deskutils/xchm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xchm-1.21.tar.gz) = b3c7e54f5c4075a679910ff2166d76bc761afbcfd8c1a1cc5e10ad73634ed6a6 -SIZE (xchm-1.21.tar.gz) = 411252 +SHA256 (xchm-1.22.tar.gz) = 30801106d5ce08481c97084a540cb7a67fb271a27e95ca61170063c6cc134559 +SIZE (xchm-1.22.tar.gz) = 416992 diff --git a/deskutils/xchm/pkg-plist b/deskutils/xchm/pkg-plist index 61902bf8292a..0e3e3da59a45 100644 --- a/deskutils/xchm/pkg-plist +++ b/deskutils/xchm/pkg-plist @@ -5,6 +5,7 @@ bin/xchm %%NLS%%share/locale/de/LC_MESSAGES/xchm.mo %%NLS%%share/locale/es/LC_MESSAGES/xchm.mo %%NLS%%share/locale/fr/LC_MESSAGES/xchm.mo +%%NLS%%share/locale/gr/LC_MESSAGES/xchm.mo %%NLS%%share/locale/hu/LC_MESSAGES/xchm.mo %%NLS%%share/locale/it/LC_MESSAGES/xchm.mo %%NLS%%share/locale/lv/LC_MESSAGES/xchm.mo @@ -26,3 +27,5 @@ share/pixmaps/xchmdoc-128.xpm share/pixmaps/xchmdoc-16.xpm share/pixmaps/xchmdoc-32.xpm share/pixmaps/xchmdoc-48.xpm +%%NLS%%@dirrm share/locale/gr/LC_MESSAGES +%%NLS%%@dirrm share/locale/gr |