diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /archivers/zip/Makefile | |
parent | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff) |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 74207e52e2b2..4cc747af7124 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,12 +3,17 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/22 12:33:40 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:39 jkh Exp $ # + DISTNAME= zip201 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +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: |