diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:35:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:35:31 +0000 |
commit | e51ec93c2c5db521ee4cd7c550a2d80f2e06e06a (patch) | |
tree | c0f7803315ad525cbed3b1d8f6eb485a0073d212 /geography/xrmap | |
parent | 5ac8ad700481573bca146bdf809b1f45c8437e24 (diff) | |
download | pkgsrc-e51ec93c2c5db521ee4cd7c550a2d80f2e06e06a.tar.gz |
Cleaned up the Makefile. Added NO_CHECKSUM=yes, as this is a meta-package.
Diffstat (limited to 'geography/xrmap')
-rw-r--r-- | geography/xrmap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/xrmap/Makefile b/geography/xrmap/Makefile index db0c30f4048..157775f4f67 100644 --- a/geography/xrmap/Makefile +++ b/geography/xrmap/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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-hymns>=1.2:../../geography/xrmap-hymns DEPENDS+= xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps do-install: - # nothing + @${DO_NADA} .include "../../mk/bsd.pkg.mk" |