Skip to content

Commit

Permalink
Update HOMEPAGE.
Browse files Browse the repository at this point in the history
  • Loading branch information
leot1990 committed Jul 13, 2015
1 parent a3db807 commit 31c8bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chibi-scheme/Makefile
Expand Up @@ -5,7 +5,7 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=ashinn/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${MASTER_SITE_GITHUB:=ashinn/chibi-scheme/}
HOMEPAGE= http://synthcode.com/wiki/chibi-scheme
COMMENT= Minimal Scheme Implementation for use as an Extension Language
LICENSE= modified-bsd

Expand All @@ -22,8 +22,8 @@ CFLAGS.NetBSD+= -D_KMEMUSER # Needed for kinfo_proc in <sys/sysctl.h>

# XXX: Avoid `gmake: write error: stdout' error during the install phase
INSTALL_MAKE_FLAGS+= -s
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
MAKE_ENV+= PREFIX=${PREFIX}
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
MAKE_ENV+= PREFIX=${PREFIX}

TEST_TARGET= test

Expand Down

0 comments on commit 31c8bf9

Please sign in to comment.