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/hpack.non-usa.only | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | freebsd-ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Diffstat (limited to 'archivers/hpack.non-usa.only')
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile index e84ae5771344..49c2a5781657 100644 --- a/archivers/hpack.non-usa.only/Makefile +++ b/archivers/hpack.non-usa.only/Makefile @@ -4,12 +4,17 @@ # Date created: 7 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/10 18:50:23 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:24 jkh Exp $ # + DISTNAME= hpack79src -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +PKGNAME= hpack-0.79a CATEGORIES+= archivers +MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= freebsd |