summaryrefslogtreecommitdiff
path: root/pkgtools/ftp
AgeCommit message (Collapse)AuthorFilesLines
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-7/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1998-11-07fix for objdir compileshubertf1-2/+2
1998-09-30Make this actually work under 1.3.hubertf5-0/+400
Patches supplied by Alistair Crooks (thanks!), plus some more input from Luke Mewburn and some minor tweaks from me.
1998-09-03Added ftp-19980903, the ftp(1) from NetBSD-current, into the pkgtoolsagc5-0/+35
category. pkg_add(1) from the pkgtools directory uses ftp -o - to retrieve packages specified as URLs. This package will simply be installed over the top of the existing ftp binary in /usr/bin, and does not register itself, so that it cannot be deleted.