diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/wzdftpd | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) |
Notes
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r-- | ftp/wzdftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 22f71146e910..14a3306c9784 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -34,6 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= siteconfig.1 siteuptime.1 sitewho.1 wzd-config.1 MAN8= wzdftpd.8 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MICONV} |