summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-08 23:02:08 +0000
committerjoerg <joerg>2009-04-08 23:02:08 +0000
commitad4be2332626ac830d7800c82a038d8735112270 (patch)
treee3b1113d31004e39c8a7362dfb90830abd87b11f
parentd2f39494937f192f8534928c130494cb36db8a95 (diff)
downloadpkgsrc-ad4be2332626ac830d7800c82a038d8735112270.tar.gz
Use META_PACKAGE.
-rw-r--r--games/nethack/Makefile17
-rw-r--r--geography/xrmap/Makefile13
2 files changed, 4 insertions, 26 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
index 3fd3a0e2b9b..6a52d57a564 100644
--- a/games/nethack/Makefile
+++ b/games/nethack/Makefile
@@ -1,18 +1,12 @@
-# $NetBSD: Makefile,v 1.24 2008/07/14 12:56:04 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2009/04/08 23:02:27 joerg Exp $
-# Needed so configure/patch rules don't get pulled in
-NO_BUILD= yes
-NO_CONFIGURE= yes
-
-PKG_DESTDIR_SUPPORT= user-destdir
+META_PACKAGE= # empty
.include "../../games/nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
PKGREVISION= 3
CATEGORIES+= x11
-MASTER_SITES= # empty
-DISTFILES= # empty
COMMENT= Meta-package for NetHack with x11, qt and tty versions
@@ -20,11 +14,4 @@ DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
DEPENDS+= nethack-qt-${NETHACK_VERSION}{,nb*}:../../games/nethack-qt
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-PLIST_SRC= # empty (meta-package)
-
-do-install: # empty
-do-patch: # empty
-
.include "../../mk/bsd.pkg.mk"
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"