diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-05 11:04:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-05 11:04:21 +0000 |
commit | c52f7c498aed1e19b0539cedc7616a7ec52f4c75 (patch) | |
tree | a40b78777ce521a28c691bb34e373aea145971f7 /devel/scmgit | |
parent | c5ee68f2cbebbe099a447023d166374cd5adecea (diff) | |
download | pkgsrc-c52f7c498aed1e19b0539cedc7616a7ec52f4c75.tar.gz |
It's a META_PACKAGE.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/Makefile | 15 |
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" |