diff options
author | cy <cy@FreeBSD.org> | 2002-07-12 18:50:34 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-07-12 18:50:34 +0000 |
commit | 4ac5d9607fc7602b3c08e5215a03c2f8e1895272 (patch) | |
tree | d654fb4f914d615c4d99cc61a30bb4bcb7e8e3fe /net/ntp/Makefile | |
parent | a82f08871f8013c917f065b2f8068be432ba5fea (diff) | |
download | FreeBSD-ports-4ac5d9607fc7602b3c08e5215a03c2f8e1895272.zip FreeBSD-ports-4ac5d9607fc7602b3c08e5215a03c2f8e1895272.tar.gz |
Fix jjy driver. This patch fixes an invalid command to the
C-DEX JST2000.
Submitted by: nork
Reviewed by: Harlan Stenn <stenn@whimsy.udel.edu>
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 2465ba3..5653461 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.1.1a +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ |