diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/hpack.non-usa.only/Makefile | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/hpack.non-usa.only/Makefile')
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile index c3ca58dc1d03..ca0866dcaccf 100644 --- a/archivers/hpack.non-usa.only/Makefile +++ b/archivers/hpack.non-usa.only/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: hpack.with_encryption -# Version required: 0.79a0 # Date created: 7 Jan 1995 # Whom: ache # # $FreeBSD$ # -DISTNAME= hpack79src -PKGNAME= hpack-0.79a +PORTNAME= hpack +PORTVERSION= 0.79a CATEGORIES= archivers -MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +DISTNAME= hpack79src -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org RESTRICTED= "Using this code inside USA will violate RSA patents" NO_WRKSUBDIR= yes -MAKEFILE= makefile -ALL_TARGET= freebsd +MAKEFILE= makefile +ALL_TARGET= freebsd INSTALL_TARGET= freebsd.install MAN1= hpack.1 |