diff options
-rw-r--r-- | games/wxhugo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/wxhugo/Makefile b/games/wxhugo/Makefile index f151ff94ac1..964305d745e 100644 --- a/games/wxhugo/Makefile +++ b/games/wxhugo/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2015/04/25 14:23:05 tnn Exp $ -# +# $NetBSD: Makefile,v 1.45 2015/09/18 12:04:58 wiz Exp $ DISTNAME= hugov31_unix_source PKGNAME= wxhugo-3.1.02 @@ -9,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_IFARCHIVE:=programming/hugo/source/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTFILE_WX} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.generalcoffee.com/hugo.html +HOMEPAGE= http://www.generalcoffee.com/hugo/gethugo.html COMMENT= Interactive fiction interpreter with sound and graphics support DISTFILE_WX= hugov31_wxwin_source${EXTRACT_SUFX} |