summaryrefslogtreecommitdiff
path: root/devel/scmgit
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-05 11:04:21 +0000
committerrillig <rillig@pkgsrc.org>2008-01-05 11:04:21 +0000
commit8cb97ed1dd5eb5a650f0a88d9894e43c6ac2a6f0 (patch)
treea40b78777ce521a28c691bb34e373aea145971f7 /devel/scmgit
parent86618b4902b45bad035eeb58be4ac196a50f16ef (diff)
downloadpkgsrc-8cb97ed1dd5eb5a650f0a88d9894e43c6ac2a6f0.tar.gz
It's a META_PACKAGE.
Diffstat (limited to 'devel/scmgit')
-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"