diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 23:02:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 23:02:08 +0000 |
commit | c41d19d9be2e5ccc71ca4a6aa5ca6a0fc32b9a28 (patch) | |
tree | e3b1113d31004e39c8a7362dfb90830abd87b11f /geography | |
parent | 4396d21330b3888737596e50bc95bf223edd0e39 (diff) | |
download | pkgsrc-c41d19d9be2e5ccc71ca4a6aa5ca6a0fc32b9a28.tar.gz |
Use META_PACKAGE.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/xrmap/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/geography/xrmap/Makefile b/geography/xrmap/Makefile index e2623919329..376aaef4000 100644 --- a/geography/xrmap/Makefile +++ b/geography/xrmap/Makefile @@ -1,21 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2008/07/14 12:56:05 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/04/08 23:02:08 joerg Exp $ # DISTNAME= xrmap-2.29 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= # none -DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= Earth map viewer - complete -PKG_DESTDIR_SUPPORT= user-destdir - -NO_CHECKSUM= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) +META_PACKAGE= # empty DEPENDS+= xrmap-base-2.29nb1:../../geography/xrmap-base DEPENDS+= xrmap-data>=0:../../geography/xrmap-data @@ -26,7 +20,4 @@ DEPENDS+= xrmap-flags>=1.1:../../geography/xrmap-flags DEPENDS+= xrmap-hymns>=1.2:../../geography/xrmap-hymns DEPENDS+= xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps -do-install: - @${DO_NADA} - .include "../../mk/bsd.pkg.mk" |