diff options
author | soren <soren> | 1999-12-10 13:54:32 +0000 |
---|---|---|
committer | soren <soren> | 1999-12-10 13:54:32 +0000 |
commit | 5c3154e7db93b51e569f92815b999c02ba01eacd (patch) | |
tree | 3bf8ba38e94b8af1f45da96533d0942ad628f473 /emulators | |
parent | 929cebf884a154ffbfe30043e152c36afa51771a (diff) | |
download | pkgsrc-5c3154e7db93b51e569f92815b999c02ba01eacd.tar.gz |
Add / to homepage URL.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ia64sim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index be1027f0b20..670d04ebc51 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 12:59:02 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/10 13:54:32 soren Exp $ DISTNAME= ia64sim PKGNAME= ia64sim-0.1 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.glue.umd.edu/~jasonp/ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.glue.umd.edu/~jasonp +HOMEPAGE= http://www.glue.umd.edu/~jasonp/ BUILD_DEPENDS+= unzip:../../archivers/unzip |