diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-09-04 07:04:08 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-09-04 07:04:08 +0000 |
commit | 97a56263a8f4d7a1c594224cb087f1339fdf4ceb (patch) | |
tree | 5ac5a37727e02217a4a529fb2b9fb71718a787bf /comms | |
parent | cb7e3bf9c9c2f78d56c1a8c52dafd1614ac36760 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uhso-kmod/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/comms/uhso-kmod/Makefile b/comms/uhso-kmod/Makefile index 62cdd74c8730..26b609c4c02f 100644 --- a/comms/uhso-kmod/Makefile +++ b/comms/uhso-kmod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uhso-kmod -# Date created: 28 December 2009 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> -# +# Created by: Ganael Laplanche <ganael.laplanche@martymac.org> # $FreeBSD$ -# PORTNAME= uhso PORTVERSION= 20100416 @@ -20,6 +16,9 @@ LICENSE= BSD CONFLICTS= hso-kmod-[0-9]* +DEPRECATED= included in base system on all supported releases +EXPIRATION_DATE=2013-12-01 + NO_PACKAGE= should be recompiled for a particular FreeBSD kernel OPTIONS_DEFINE= UHSOCTL DEBUG |