diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile index 0de5025fdfd7..c4a28a381b99 100644 --- a/ftp/weex/Makefile +++ b/ftp/weex/Makefile @@ -1,39 +1,43 @@ PORTNAME= weex -PORTVERSION= 2.8.4.2 +DISTVERSION= 2.8.4.2 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Non-interactive FTP client WWW= https://weex.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING USES= autoreconf cpe gettext-tools gmake ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS+= -I${OPENSSLINC} LIBS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= EXAMPLES NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls +# remove after manprefix migration +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + post-patch: @${RM} -r ${WRKSRC}/intl pre-configure: ${CP} ${LOCALBASE}/share/gettext/po/Makevars.template \ ${WRKSRC}/po/Makevars post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/ftp/weex/pkg-plist b/ftp/weex/pkg-plist index d0d96f1cb15c..4618f5fef16c 100644 --- a/ftp/weex/pkg-plist +++ b/ftp/weex/pkg-plist @@ -1,8 +1,8 @@ bin/weex -man/man1/weex.1.gz +share/man/man1/weex.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.weexrc %%NLS%%share/locale/de/LC_MESSAGES/weex.mo %%NLS%%share/locale/es/LC_MESSAGES/weex.mo %%NLS%%share/locale/fr/LC_MESSAGES/weex.mo %%NLS%%share/locale/ja/LC_MESSAGES/weex.mo %%NLS%%share/locale/nl/LC_MESSAGES/weex.mo