svn commit: r338259 - head/ftp/vsftpd

Dirk Meyer dinoex at FreeBSD.org
Tue Dec 31 07:48:47 UTC 2013


Author: dinoex
Date: Tue Dec 31 07:48:47 2013
New Revision: 338259
URL: http://svnweb.freebsd.org/changeset/ports/338259

Log:
  - create share/vsftpd/empty

Modified:
  head/ftp/vsftpd/Makefile

Modified: head/ftp/vsftpd/Makefile
==============================================================================
--- head/ftp/vsftpd/Makefile	Tue Dec 31 07:41:01 2013	(r338258)
+++ head/ftp/vsftpd/Makefile	Tue Dec 31 07:48:47 2013	(r338259)
@@ -91,7 +91,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${STAGEDIR}${PREFIX}/etc/vsftpd.conf.dist
 	${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/
 	${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8/
-	${MKDIR} ${STAGEDIR}/var/ftp
+	${MKDIR} ${STAGEDIR}/var/ftp ${STAGEDIR}${PREFIX}/share/vsftpd/empty
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} -m 644 ${DOCFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/


More information about the svn-ports-head mailing list