diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 12:32:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 12:32:54 +0000 |
commit | aa35d2e30c57d40e87e0585f933ce6dd64b2eeea (patch) | |
tree | bd6aa3e87350724286fe4e76d0e592993c64dd2b /sysutils/nvnet | |
parent | 89fa806cbf9b11fd40f03177b6cb309263201200 (diff) | |
download | pkgsrc-aa35d2e30c57d40e87e0585f933ce6dd64b2eeea.tar.gz |
Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
Diffstat (limited to 'sysutils/nvnet')
-rw-r--r-- | sysutils/nvnet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/nvnet/Makefile b/sysutils/nvnet/Makefile index 326720bb464..71825b15d60 100644 --- a/sysutils/nvnet/Makefile +++ b/sysutils/nvnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/05/19 08:59:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/25 12:32:56 wiz Exp $ # PKGNAME= nvnet-20050620nb1 @@ -21,8 +21,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -BROKEN_IN= pkgsrc-2006Q1 pkgsrc-2006Q4 - WRKSRC= ${WRKDIR}/nvnet ONLY_FOR_PLATFORM= NetBSD-*-i386 |