diff options
author | tnn <tnn@pkgsrc.org> | 2015-02-27 14:35:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-02-27 14:35:01 +0000 |
commit | 579eb6b76564c9bea60bd4c725b387a90231086b (patch) | |
tree | f101118ac219ad42025386321696fef965825cec /sysutils | |
parent | 11d4fa11c17f73a885bfd7592ace2a6c78c4de06 (diff) | |
download | pkgsrc-579eb6b76564c9bea60bd4c725b387a90231086b.tar.gz |
Remove stale HP-UX bulk build quirks
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tdir/Makefile | 4 | ||||
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index b87e3a47aae..01da40fcea8 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2014/05/17 16:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/02/27 14:35:01 tnn Exp $ # DISTNAME= tdir-1.69 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Display directories with files ordered by ending "extension" LICENSE= tdir-license -NOT_FOR_BULK_PLATFORM= HPUX-*-* - USE_TOOLS+= gunzip REPLACE_PYTHON= tdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/tdir diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index a5900a65873..dfe6b5e3685 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/05/29 23:37:32 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2015/02/27 14:35:02 tnn Exp $ .include "version.mk" @@ -15,8 +15,6 @@ LICENSE= modified-bsd DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay -NOT_FOR_BULK_PLATFORM= HPUX-*-* - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= # empty NO_BUILD= yes |