ports/ftp/mirror/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

22 lines
449 B
Makefile

# New ports collection makefile for: mirror
# Version required: 2.8
# Date created: 15 May 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.4 1996/11/18 11:35:24 asami Exp $
#
DISTNAME= mirror-2.8
CATEGORIES= net
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= torstenb@FreeBSD.ORG
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirrormaster.1
pre-install:
mkdir -p ${PREFIX}/lib/mirror
.include <bsd.port.mk>