pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/aranym Note that this package expects gzip t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6ed294af093
branches:  trunk
changeset: 494170:b6ed294af093
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri May 20 02:04:35 2005 +0000

description:
Note that this package expects gzip to exist to compress the man page,
and set MANCOMPRESSED to "yes" to note that the package installs
compressed man pages on its own.

diffstat:

 emulators/aranym/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8cbf18295ca6 -r b6ed294af093 emulators/aranym/Makefile
--- a/emulators/aranym/Makefile Fri May 20 01:57:44 2005 +0000
+++ b/emulators/aranym/Makefile Fri May 20 02:04:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:42 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/20 02:04:35 jlam Exp $
 #
 
 DISTNAME=              aranym-0.8.9beta
@@ -15,6 +15,8 @@
 USE_X11=               yes
 GNU_CONFIGURE=         yes
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src/Unix
+USE_TOOLS+=            gzip
+MANCOMPRESSED=         yes
 
 BUILD_TARGET=          # void
 
@@ -35,8 +37,6 @@
 CONFIGURE_ARGS+=       --enable-nfpci
 .endif
 
-MANCOMPRESSED=         aranym.1.gz
-
 pre-build:
        cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} depend
 



Home | Main Index | Thread Index | Old Index