pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/xrmap Cleaned up the Makefile. Added NO_CHEC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/620811e28636
branches:  trunk
changeset: 499873:620811e28636
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 14:35:31 2005 +0000

description:
Cleaned up the Makefile. Added NO_CHECKSUM=yes, as this is a meta-package.

diffstat:

 geography/xrmap/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r bfc3b1e57793 -r 620811e28636 geography/xrmap/Makefile
--- a/geography/xrmap/Makefile  Wed Sep 28 14:31:06 2005 +0000
+++ b/geography/xrmap/Makefile  Wed Sep 28 14:35:31 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:18:50 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/28 14:35:31 rillig Exp $
 #
 
-DISTNAME=              # empty
-PKGNAME=               xrmap-2.29
+DISTNAME=              xrmap-2.29
 CATEGORIES=            geography
 DISTFILES=             # empty
 
@@ -10,6 +9,7 @@
 HOMEPAGE=              http://frmas.free.fr/li_1.htm
 COMMENT=               Earth map viewer - complete
 
+NO_CHECKSUM=           yes
 NO_BUILD=              yes
 
 DEPENDS+=      xrmap-base-2.29:../../geography/xrmap-base
@@ -22,6 +22,6 @@
 DEPENDS+=      xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps
 
 do-install:
-       # nothing
+       @${DO_NADA}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index