summaryrefslogtreecommitdiff
path: root/shells/osh/Makefile
diff options
context:
space:
mode:
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"