diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 17:49:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 17:49:50 +0000 |
commit | 128196c51848b44ed7d53c77428adcfe89e17792 (patch) | |
tree | 252e3c2fadb246f9748dc9665585aa7138c53cb8 /net-mgmt | |
parent | e8f86d714836943d1c41fe7c86298165a7a8e30d (diff) | |
download | ports-128196c51848b44ed7d53c77428adcfe89e17792.tar.gz ports-128196c51848b44ed7d53c77428adcfe89e17792.zip |
- Mark this port as DEPRECATED (removal is scheduled on 2004-05-26)
since it's fairly buggy and works only with ISC-DHCPd v2
Notes
Notes:
svn path=/head/; revision=102219
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/dhcpconf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile index 1443ae139394..dafc190194a9 100644 --- a/net-mgmt/dhcpconf/Makefile +++ b/net-mgmt/dhcpconf/Makefile @@ -23,6 +23,9 @@ ALL_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} MAKE_ENV+= PCFLAGS="${CFLAGS}" +DEPRECATED= "${PORTNAME} is outdated and full of bugs" +EXPIRATION_DATE= 2004-05-26 + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf .if !defined(NOPORTDOCS) |