diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-09 06:23:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-09 06:23:38 +0000 |
commit | 82670b294bd4f49b440686182bee8ef6a70f4c01 (patch) | |
tree | 65c77e97ea4c4adec0ecff93caf281dfd08709c0 /emulators | |
parent | e0d2c1085c442f82082639179cea9a58e405489b (diff) | |
download | pkgsrc-82670b294bd4f49b440686182bee8ef6a70f4c01.tar.gz |
Fix HOMEPAGE to be copy'n'pastable.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/shoebill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/shoebill/Makefile b/emulators/shoebill/Makefile index 3dbcdbbaaf0..b44f58cbdfc 100644 --- a/emulators/shoebill/Makefile +++ b/emulators/shoebill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/03/29 22:03:08 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2016/06/09 06:23:40 wiz Exp $ GITHUB_PROJECT= shoebill DISTNAME= 0.0.5 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=pruten/} DIST_SUBDIR= ${GITHUB_PROJECT} MAINTAINER= hauke@NetBSD.org -HOMEPAGE= ${MASTER_SITE_GITHUB:=pruten/shoebill/} +HOMEPAGE= https://github.com/pruten/shoebill/ COMMENT= Macintosh II emulator that runs A/UX LICENSE= 2-clause-bsd |