summaryrefslogtreecommitdiff
path: root/ftp/ftpq/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-21 16:25:53 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-21 16:25:53 +0000
commite30ec4ac18bae7d4a36d4e4f648e475862170d6a (patch)
tree8b8b58c2104a35e22392c0f43be870c2612c2744 /ftp/ftpq/Makefile
parentUpdate to version 2.2.6 (diff)
Update to version 1.01
PR: 22991 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35316
Diffstat (limited to 'ftp/ftpq/Makefile')
-rw-r--r--ftp/ftpq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile
index 702e732906ec..44aa5fe03518 100644
--- a/ftp/ftpq/Makefile
+++ b/ftp/ftpq/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ftpq
-PORTVERSION= 1.00
+PORTVERSION= 1.01
CATEGORIES= ftp
MASTER_SITES= http://www.tranchant.freeserve.co.uk/software/
@@ -17,5 +17,7 @@ MAN1= ftpq.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ftpq ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ftpq.1 ${MANPREFIX}/man/man1
+ @${MKDIR} /var/spool/ftpq
+ @${CHMOD} 777 /var/spool/ftpq
.include <bsd.port.mk>