diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:21:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:21:53 +0000 |
commit | 10c0be86b3def60b100168bab892de245f0aa831 (patch) | |
tree | 3edc64988ff29ffb01e6804b47b4cf3bb63ed551 /net | |
parent | de6e964974d4d4a82e1c2ccaccdceb0bbb726776 (diff) | |
download | pkgsrc-10c0be86b3def60b100168bab892de245f0aa831.tar.gz |
Convert to buildlink3 and correct a spelling error in DESCR.
Diffstat (limited to 'net')
-rw-r--r-- | net/latd/DESCR | 2 | ||||
-rw-r--r-- | net/latd/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/latd/DESCR b/net/latd/DESCR index d19c83921e3..0f2f0e7d56e 100644 --- a/net/latd/DESCR +++ b/net/latd/DESCR @@ -6,4 +6,4 @@ programs enable network clients to reach serial devices connected to old LAT-only terminal servers, such as the DECserver 200/MC. This is a redistribution of the linux-decnet project's software, -with NetBSD compatability added. +with NetBSD compatibility added. diff --git a/net/latd/Makefile b/net/latd/Makefile index 93a79047cba..60a5dcbdffa 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/10/21 20:55:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/25 08:21:53 snj Exp $ # DISTNAME= latd-1.18 @@ -9,7 +9,7 @@ MAINTAINER= fredette@theory.lcs.mit.edu HOMEPAGE= http://theory.lcs.mit.edu/~fredette/latd/index.html COMMENT= The linux-decnet project's LAT protocol suite -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |