summaryrefslogtreecommitdiff
path: root/shells/osh/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-23 01:58:41 +0000
committerxtraeme <xtraeme>2004-02-23 01:58:41 +0000
commitffff58fa83027b2c8dfb5e6c0d592d3cb36b5349 (patch)
treec8603db4322f588cb8b78f9c4664b8fb7491370f /shells/osh/Makefile
parent7a6705a7c180f113c4a75da0007fe929516ee057 (diff)
downloadpkgsrc-ffff58fa83027b2c8dfb5e6c0d592d3cb36b5349.tar.gz
Upgrade shells/osh to 040216, this closes PR pkg/24501.
Too many changes to copy here, previous package was 2 years old, please review the Changelog file.
Diffstat (limited to 'shells/osh/Makefile')
-rw-r--r--shells/osh/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index b818710d26d..a2775a6c81d 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:23 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/23 01:58:41 xtraeme Exp $
# FreeBSD Id: ports/shells/osh/Makefile,v 1.3 2002/01/29 11:58:43 knu Exp
-DISTNAME= osh-020214
+DISTNAME= osh-040216
CATEGORIES= shells
-MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/
+MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
+HOMEPAGE= http://jneitzel.sdf1.org/osh/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Implementation of the UNIX 6th Edition shell
-MAKEFILE= makefile
-
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/osh
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"