diff options
author | max <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /archivers/hpack.non-usa.only | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | FreeBSD-ports-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip FreeBSD-ports-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Diffstat (limited to 'archivers/hpack.non-usa.only')
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile index 0cd2074..2b1f85f 100644 --- a/archivers/hpack.non-usa.only/Makefile +++ b/archivers/hpack.non-usa.only/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1996/11/12 02:17:29 obrien Exp $ +# $Id: Makefile,v 1.7 1996/11/18 13:55:48 asami Exp $ # DISTNAME= hpack79src @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG -RESTRICTED= "Using this code inside USA will violate RSA copyright." +RESTRICTED= "Using this code inside USA will violate RSA copyright" NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= freebsd |