f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
17 lines
294 B
Makefile
17 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -subversion
|
|
|
|
COMMENT= Distributed source code management tool with FreeBSD subversion bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
WITH_SVN= yes
|
|
|
|
CONFLICTS?= git-[0-9]*
|
|
|
|
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|