Wed Apr 8 23:02:08 2009 UTC ()
Use META_PACKAGE.


(joerg)
diff -r1.7 -r1.8 pkgsrc/geography/xrmap/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/geography/xrmap/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/xrmap/Makefile 2008/07/14 12:56:05 1.7
+++ pkgsrc/geography/xrmap/Makefile 2009/04/08 23:02:08 1.8
@@ -1,32 +1,23 @@ @@ -1,32 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2008/07/14 12:56:05 joerg Exp $ 1# $NetBSD: Makefile,v 1.8 2009/04/08 23:02:08 joerg Exp $
2# 2#
3 3
4DISTNAME= xrmap-2.29 4DISTNAME= xrmap-2.29
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= geography 6CATEGORIES= geography
7MASTER_SITES= # none 
8DISTFILES= # empty 
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://frmas.free.fr/li_1.htm 9HOMEPAGE= http://frmas.free.fr/li_1.htm
12COMMENT= Earth map viewer - complete 10COMMENT= Earth map viewer - complete
13 11
14PKG_DESTDIR_SUPPORT= user-destdir 12META_PACKAGE= # empty
15 
16NO_CHECKSUM= yes 
17NO_BUILD= yes 
18PLIST_SRC= # empty (meta-package) 
19 13
20DEPENDS+= xrmap-base-2.29nb1:../../geography/xrmap-base 14DEPENDS+= xrmap-base-2.29nb1:../../geography/xrmap-base
21DEPENDS+= xrmap-data>=0:../../geography/xrmap-data 15DEPENDS+= xrmap-data>=0:../../geography/xrmap-data
22DEPENDS+= xrmap-factbook_text>=2002:../../geography/xrmap-factbook_text 16DEPENDS+= xrmap-factbook_text>=2002:../../geography/xrmap-factbook_text
23DEPENDS+= xrmap-factbook_html>=2002:../../geography/xrmap-factbook_html 17DEPENDS+= xrmap-factbook_html>=2002:../../geography/xrmap-factbook_html
24DEPENDS+= xrmap-anthems>=1.1:../../geography/xrmap-anthems 18DEPENDS+= xrmap-anthems>=1.1:../../geography/xrmap-anthems
25DEPENDS+= xrmap-flags>=1.1:../../geography/xrmap-flags 19DEPENDS+= xrmap-flags>=1.1:../../geography/xrmap-flags
26DEPENDS+= xrmap-hymns>=1.2:../../geography/xrmap-hymns 20DEPENDS+= xrmap-hymns>=1.2:../../geography/xrmap-hymns
27DEPENDS+= xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps 21DEPENDS+= xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps
28 22
29do-install: 
30 @${DO_NADA} 
31 
32.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"