blob: 280579918ec3b8b9422fd28ff6b7a21b287b36ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: vsftpd
# Date created: 17 Mar 2002
# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= pftpd
PORTVERSION= 0.33
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/pftpd/
MAINTAINER= gslin@ccca.nctu.edu.tw
GNU_CONFIGURE= yes
NO_CDROM= "License problem"
NO_PACKAGE= "License problem"
post-configure:
@${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile
post-install:
@${CAT} ${WRKSRC}/ISSUES
.include <bsd.port.mk>
|