Index: head/ftp/pure-ftpd/Makefile =================================================================== --- head/ftp/pure-ftpd/Makefile (revision 43247) +++ head/ftp/pure-ftpd/Makefile (revision 43248) @@ -1,54 +1,56 @@ # New ports collection makefile for: pure-ftpd # Date created: 22 April 2001 # Whom: Frank DENIS # # $FreeBSD$ # PORTNAME= pure-ftpd -PORTVERSION= 0.98.2 +PORTVERSION= 0.98.3 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd MAINTAINER= j@4u.net .if defined(WITH_DMALLOC) LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc .endif GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pam --with-cookie --with-throttling \ --with-ratios --with-ftpwho --with-largefile \ --with-uploadscript # language support requested? .if defined(WITH_LANG) CONFIGURE_ARGS+= --with-language="${WITH_LANG}" .endif # use of dmalloc requested? .if defined(WITH_DMALLOC) CONFIGURE_ARGS+= --with-dmalloc CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib .endif MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8 +DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ + README README.Configuration-File README.LDAP README.Netfilter \ + THANKS + pre-fetch: @${ECHO} "You can use the following additional options:" @${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;" @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" @${ECHO} " english, german, romanian, french, polish or spanish." post-install: ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/ ${CHMOD} 755 ${PREFIX}/sbin/pure-config.pl .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/pure-ftpd -.for file in COPYING HISTORY NEWS README README.Configuration-File README.LDAP README.Netfilter THANKS - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pure-ftpd -.endfor + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/pure-ftpd) .endif .include Property changes on: head/ftp/pure-ftpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/ftp/pure-ftpd/distinfo =================================================================== --- head/ftp/pure-ftpd/distinfo (revision 43247) +++ head/ftp/pure-ftpd/distinfo (revision 43248) @@ -1 +1 @@ -MD5 (pure-ftpd-0.98.2.tar.gz) = 3d24ae42de19311d2b67f847c1d0af41 +MD5 (pure-ftpd-0.98.3.tar.gz) = 4d8c78abeda982f66435894d1ddab962 Property changes on: head/ftp/pure-ftpd/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/ftp/pure-ftpd/pkg-plist =================================================================== --- head/ftp/pure-ftpd/pkg-plist (revision 43247) +++ head/ftp/pure-ftpd/pkg-plist (revision 43248) @@ -1,16 +1,18 @@ sbin/pure-mrtginfo sbin/pure-ftpd sbin/pure-ftpwho sbin/pure-uploadscript sbin/pure-config.pl etc/pureftpd-ldap.conf.sample etc/pure-ftpd.conf.sample +%%PORTDOCS%%share/doc/pure-ftpd/AUTHORS +%%PORTDOCS%%share/doc/pure-ftpd/CONTACT %%PORTDOCS%%share/doc/pure-ftpd/COPYING %%PORTDOCS%%share/doc/pure-ftpd/HISTORY %%PORTDOCS%%share/doc/pure-ftpd/NEWS %%PORTDOCS%%share/doc/pure-ftpd/README %%PORTDOCS%%share/doc/pure-ftpd/README.Configuration-File %%PORTDOCS%%share/doc/pure-ftpd/README.LDAP %%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter %%PORTDOCS%%share/doc/pure-ftpd/THANKS %%PORTDOCS%%@dirrm share/doc/pure-ftpd Property changes on: head/ftp/pure-ftpd/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property