diff options
author | asami <asami@FreeBSD.org> | 2000-02-21 09:59:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-21 09:59:45 +0800 |
commit | 3764edcc4ab7e112e4d4c9aadac18e37e9ec4edb (patch) | |
tree | 86b4cf997b19c0652069a88b746a9d2d592c089e /Mk | |
parent | abb2ec27a5cab8e51a8818d12606750c231a1a12 (diff) | |
download | freebsd-ports-graphics-3764edcc4ab7e112e4d4c9aadac18e37e9ec4edb.tar.gz freebsd-ports-graphics-3764edcc4ab7e112e4d4c9aadac18e37e9ec4edb.tar.zst freebsd-ports-graphics-3764edcc4ab7e112e4d4c9aadac18e37e9ec4edb.zip |
(1) Add virtual category "linux".
Seconded by: a whole bunch of people, including Marcel, our linux-czar
(2) Fix typo in openssl messages.
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 5af20645d0a..4ce08012e38 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -575,7 +575,7 @@ PREFIX?= ${LOCALBASE} .if ${OSVERSION} >= 400014 .if !exists(/usr/lib/libcrypto.a) @${ECHO} "This port requires the OpenSSL library, which is part of" - @${ECHO} "the FreeBSD crypto distribution but not installed on your + @${ECHO} "the FreeBSD crypto distribution but not installed on your" @${ECHO} "machine. Please see Chapter 6.5 in the handbook for" @${ECHO} "instructions on how to obtain and install the FreeBSD" @${ECHO} "OpenSSL distribution." @@ -1156,7 +1156,7 @@ maintainer: VALID_CATEGORIES+= afterstep archivers astro audio benchmarks biology \ cad chinese comms converters databases deskutils devel \ editors elisp emulators ftp games german gnome graphics \ - ipv6 irc japanese java kde korean lang \ + ipv6 irc japanese java kde korean lang linux \ mail math mbone misc net news \ offix palm perl5 plan9 print python russian \ security shells sysutils \ |