diff options
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile deleted file mode 100644 index 80e2c9861eb2..000000000000 --- a/archivers/zip/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: zip -# Version required: 2.0.1 -# Date created: 22 Dec 1994 -# Whom: ache -# -# $Id: Makefile,v 1.4 1995/04/16 00:25:14 asami Exp $ -# - -DISTNAME= zip201 -PKGNAME= zip-2.0.1 -CATEGORIES+= archivers -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ache@FreeBSD.ORG - -ALL_TARGET= freebsd - -pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/man/man1 - -do-install: - cd ${WRKSRC}; install -c -o bin -g bin zip.1 zipgrep.1 ${PREFIX}/man/man1 - cd ${WRKSRC}; install -c -o bin -g bin zip zipnote zipsplit zipcloak zipgrep ${PREFIX}/bin - -.include <bsd.port.mk> |