Date: Sat, 21 Sep 2019 22:05:11 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512544 - head/games/nethack36 Message-ID: <201909212205.x8LM5B1E092534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sat Sep 21 22:05:10 2019 New Revision: 512544 URL: https://svnweb.freebsd.org/changeset/ports/512544 Log: Bump PORTREVISION * Bump PORTREVISION, forgotten in previous change. * Minor portlint petting Modified: head/games/nethack36/Makefile Modified: head/games/nethack36/Makefile ============================================================================== --- head/games/nethack36/Makefile Sat Sep 21 22:03:06 2019 (r512543) +++ head/games/nethack36/Makefile Sat Sep 21 22:05:10 2019 (r512544) @@ -3,6 +3,7 @@ PORTNAME= nethack36 PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://nethack.org/download/${PORTVERSION}/ DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g}-src @@ -15,9 +16,10 @@ LICENSE_NAME= NETHACK GENERAL PUBLIC LICENSE LICENSE_FILE= ${WRKSRC}/dat/license LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +USES= alias gmake ncurses tar:tgz + WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION} -USES= alias gmake ncurses tar:tgz MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" \ HACKEXT="${HACKEXT}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909212205.x8LM5B1E092534>