From owner-cvs-ports@FreeBSD.ORG Thu Apr 8 16:23:30 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086A616A4CE; Thu, 8 Apr 2004 16:23:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A1443D1F; Thu, 8 Apr 2004 16:23:30 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i38NNTGe018875; Thu, 8 Apr 2004 16:23:29 -0700 (PDT) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i38NNTor018874; Thu, 8 Apr 2004 16:23:29 -0700 (PDT) (envelope-from glewis) Message-Id: <200404082323.i38NNTor018874@repoman.freebsd.org> From: Greg Lewis Date: Thu, 8 Apr 2004 16:23:29 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/nethack32 Makefile pkg-plist ports/games/nethack32/files patch-af patch-ag X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 23:23:30 -0000 glewis 2004/04/08 16:23:29 PDT FreeBSD ports repository Modified files: games/nethack32 Makefile pkg-plist games/nethack32/files patch-af patch-ag Log: . Minor Makefile cleanups. . Use ${MAKE_ENV} to invoke make to install the manual pages instead of just passing in ${PREFIX}. This also lets us use ${MANPREFIX} and ${BSD_INSTALL_MAN} to do the manual page installation. . Use %%DATADIR%% and %%DOCSDIR%% in the packing list. . Don't forcibly remove the save file directory when deinstalling. . Don't forcibly remove the save file directory when installing. . Build and install the recover utility. . Bump PORTREVISION due to adding the recover utility. Since the forcible removing of save files has been disabled this shouldn't cause nethacking portupgrade users to reach for Stormbringer, Vorpal Blade or Excalibur (which is just as well for them since I have Mjollnir and gauntlets of power). They might even thank me next time they are about to ascend and nethack crashes. Revision Changes Path 1.38 +3 -4 ports/games/nethack32/Makefile 1.4 +19 -5 ports/games/nethack32/files/patch-af 1.4 +64 -3 ports/games/nethack32/files/patch-ag 1.14 +123 -122 ports/games/nethack32/pkg-plist