mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
827ab5ba1e
- Register conflicts with master and other slave ports - Bump PORTREVISION PR: 202948
18 lines
351 B
Makefile
18 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= Distributed source code management tool (lite package)
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
OPTIONS_EXCLUDE=GUI SVN GITWEB CONTRIB P4 CVS PERL
|
|
|
|
CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]* git-subversion-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|