diff options
author | wiz <wiz> | 2016-06-09 06:23:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-06-09 06:23:38 +0000 |
commit | eba477f37cffad0f659c8c839c6e208adea75e07 (patch) | |
tree | f9b55c7cff5630bb1ed9db5b257b931d98ddc8e1 /emulators | |
parent | 5f951d8dc5621b2f872f4f4fea7d0b9bf7cde250 (diff) | |
download | pkgsrc-eba477f37cffad0f659c8c839c6e208adea75e07.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 |