summaryrefslogtreecommitdiff
path: root/devel/scmgit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit/Makefile')
-rw-r--r--devel/scmgit/Makefile15
1 files changed, 3 insertions, 12 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"