diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-03 01:14:29 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-03 01:14:29 +0000 |
commit | 1b479367516f9331f9be0564335d35ca33aec6ad (patch) | |
tree | 65664f330d954d24c64a0e396fe4f3bbf20cea67 /shells/osh/Makefile | |
parent | 730a5899aa4c7a083e1cb853427f3b87f98a963d (diff) | |
download | FreeBSD-ports-1b479367516f9331f9be0564335d35ca33aec6ad.zip FreeBSD-ports-1b479367516f9331f9be0564335d35ca33aec6ad.tar.gz |
Update to current version. PR ports/58192.
Diffstat (limited to 'shells/osh/Makefile')
-rw-r--r-- | shells/osh/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index b1eded7..219801c 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -6,15 +6,13 @@ # PORTNAME= osh -PORTVERSION= 020214 +PORTVERSION= 031014 CATEGORIES= shells -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/ +MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ MAINTAINER= greid@ukug.uk.freebsd.org COMMENT= An implementation of the UNIX 6th Edition shell. -MAKEFILE= makefile - MAN1= goto.1 if.1 osh.1 post-install: |