pkgsrc/shells/osh/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

18 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/12/29 06:22:12 jlam Exp $
DISTNAME= osh-050131
PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://jneitzel.sdf1.org/osh/
COMMENT= Implementation of the UNIX 6th Edition shell
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_SHELL= bin/osh
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"