Index: head/ftp/wput/Makefile =================================================================== --- head/ftp/wput/Makefile (revision 206217) +++ head/ftp/wput/Makefile (revision 206218) @@ -1,63 +1,63 @@ # New ports collection makefile for: wput # Date created: 2 December 2003 # Whom: Nosov Artem # # $FreeBSD$ # PORTNAME= wput PORTVERSION= 0.6.1 CATEGORIES= ftp MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru COMMENT= Uploads files or directories to a ftpserver with support of resuming LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls PORTDOCS= ABOUT-NLS COPYING ChangeLog INSTALL TODO PORTEXAMPLES= USAGE.examples USAGE.resumehandling USAGE.urlhandling \ passwordfile wputrc -USE_AUTOTOOLS= autoconf:261 +USE_GETTEXT= yes +USE_AUTOTOOLS= autoconf:261 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LIBS="${LDFLAGS}" -PLIST_FILES= bin/wput OPTIONS= TLS "Enable TLS support" on \ MEM_DEBUG "Enable memory debugging" off \ DEBUG "Enable debug support" on MAN1= wput.1 .include .if defined(WITHOUT_TLS) CONFIGURE_ARGS+= --without-ssl .endif .if defined(WITH_MEM_DEBUG) CONFIGURE_ARGS+= --enable-memdbg .endif .if defined(WITHOUT_DEBUG) CONFIGURE_ARGS+= --disable-g-switch .endif pre-configure: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/socketlib.c post-install: @${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MANPREFIX}/man/man1/ .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${INSTALL} -d ${EXAMPLESDIR} @${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/doc/,} ${EXAMPLESDIR} .endif .include Property changes on: head/ftp/wput/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/ftp/wput/pkg-plist =================================================================== --- head/ftp/wput/pkg-plist (nonexistent) +++ head/ftp/wput/pkg-plist (revision 206218) @@ -0,0 +1,19 @@ +bin/wput +share/locale/de/LC_MESSAGES/wput.mo +share/locale/it/LC_MESSAGES/wput.mo +share/locale/nl/LC_MESSAGES/wput.mo +share/locale/ru/LC_MESSAGES/wput.mo +share/locale/tr/LC_MESSAGES/wput.mo +share/locale/zh/LC_MESSAGES/wput.mo +@dirrmtry share/locale/de/LC_MESSAGES +@dirrmtry share/locale/de +@dirrmtry share/locale/it/LC_MESSAGES +@dirrmtry share/locale/it +@dirrmtry share/locale/nl/LC_MESSAGES +@dirrmtry share/locale/nl +@dirrmtry share/locale/ru/LC_MESSAGES +@dirrmtry share/locale/ru +@dirrmtry share/locale/tr/LC_MESSAGES +@dirrmtry share/locale/tr +@dirrmtry share/locale/zh/LC_MESSAGES +@dirrmtry share/locale/zh Property changes on: head/ftp/wput/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property