summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/scmgit/Makefile15
-rw-r--r--mail/claws-mail-pgp/Makefile13
2 files changed, 6 insertions, 22 deletions
diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile
index a1893dfc6c7..7b3e3ab5b9e 100644
--- a/devel/scmgit/Makefile
+++ b/devel/scmgit/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2007/12/12 04:21:45 bjs Exp $
+# $NetBSD: Makefile,v 1.24 2008/01/05 11:10:18 rillig Exp $
.include "Makefile.common"
-DISTNAME= # empty
-PKGNAME= scmgit-${GIT_VERSION}
+DISTNAME= scmgit-${GIT_VERSION}
CATEGORIES+= meta-pkgs
-DISTFILES= # empty
MAINTAINER= bjs@NetBSD.org
COMMENT= GIT version control suite meta-package
@@ -13,13 +11,6 @@ COMMENT= GIT version control suite meta-package
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= scmgit-docs-[0-9]*:../../devel/scmgit-docs
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_PATCH= yes
-NO_BUILD= yes
-
-PLIST_SRC= # empty (meta-package)
-
-do-install:
+META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile
index 808491caefa..c1f416d9ac7 100644
--- a/mail/claws-mail-pgp/Makefile
+++ b/mail/claws-mail-pgp/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2007/10/25 22:00:48 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2008/01/05 11:04:21 rillig Exp $
#
.include "../../mail/claws-mail/Makefile.vers"
DISTNAME= claws-mail-pgp-${CLAWS_VERSION}
CATEGORIES= mail security
-MASTER_SITES= # empty
-DISTFILES= # empy
+MASTER_SITES= # none
MAINTAINER= smb@NetBSD.org
COMMENT= Metapackage for the PGP plug-in for Claws-mail
@@ -14,12 +13,6 @@ DEPENDS+= claws-mail-pgpcore-3.0.1{,nb[0-9]*}:../../mail/claws-mail-pgpcore
DEPENDS+= claws-mail-pgpmime-3.0.1{,nb[0-9]*}:../../mail/claws-mail-pgpmime
DEPENDS+= claws-mail-pgpinline-3.0.1{,nb[0-9]*}:../../mail/claws-mail-pgpinline
-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"