summaryrefslogtreecommitdiff
path: root/meta-pkgs/matchbox
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-19 12:27:27 +0000
committerrillig <rillig@pkgsrc.org>2007-12-19 12:27:27 +0000
commit0e0ff99a73114173e837df848c718a2f36cf34fd (patch)
treedb0b03780bb5c167cdb148ab74726794f66fb839 /meta-pkgs/matchbox
parente59cd5c03e315ee4e8699d5611bd3972322c9102 (diff)
downloadpkgsrc-0e0ff99a73114173e837df848c718a2f36cf34fd.tar.gz
Replaced the custom definitions with META_PACKAGE=yes.
Diffstat (limited to 'meta-pkgs/matchbox')
-rw-r--r--meta-pkgs/matchbox/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-pkgs/matchbox/Makefile b/meta-pkgs/matchbox/Makefile
index f99d371036d..43fe49a8116 100644
--- a/meta-pkgs/matchbox/Makefile
+++ b/meta-pkgs/matchbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/10/25 22:00:53 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2007/12/19 12:27:29 rillig Exp $
#
DISTNAME= matchbox-0.9.5
@@ -20,12 +20,6 @@ DEPENDS+= matchbox-panel-[0-9]*:../../x11/matchbox-panel
DEPENDS+= matchbox-panel-manager-[0-9]*:../../x11/matchbox-panel-manager
DEPENDS+= matchbox-themes-extra-[0-9]*:../../x11/matchbox-themes-extra
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-do-install: # empty
+META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"