diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-22 12:49:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-22 12:49:09 +0000 |
commit | 538efb77206844cf5345777216625c8d2c3d0a88 (patch) | |
tree | 1d8d08d96c94d8a63eaa5bf28f9b76904deeae0f /misc | |
parent | afcce3aafb26a442d6bef8c3c5bea3ee7c75f660 (diff) |
Fix duplicate LATEST_LINK
PR: ports/97583
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Reported by: kris
Notes
Notes:
svn path=/head/; revision=163092
Diffstat (limited to 'misc')
-rw-r--r-- | misc/git/Makefile | 1 | ||||
-rw-r--r-- | misc/gnuit/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index fd40799bb912..4ad0b4d62ce4 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems CONFLICTS= git-1.* cogito-[0-9]* +LATEST_LINK= gnu-git GNU_CONFIGURE= YES MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index fd40799bb912..4ad0b4d62ce4 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems CONFLICTS= git-1.* cogito-[0-9]* +LATEST_LINK= gnu-git GNU_CONFIGURE= YES MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ |