diff options
author | Renato Botelho <garga@FreeBSD.org> | 2020-10-12 16:07:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2020-10-12 16:07:43 +0000 |
commit | 654b7b2d9eb046148541087ce10c991b75363732 (patch) | |
tree | a5d805bb838a96fb07d06dc2a06cc8461cd4dd04 | |
parent | Convert git slave ports to flavors (diff) |
Fix typo
Notes
Notes:
svn path=/head/; revision=552137
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index e6c248f9ffa4..704585094f66 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -28,7 +28,7 @@ default_CONFLICTS_INSTALL= git-gui git-lite gui_CONFLICTS_INSTALL= git git-lite gui_DESCR= ${.CURDIR}/pkg-descr-gui gui_PKGNAMESUFFIX= -gui -lite_CONFLISTS_INSTALL= git git-gui +lite_CONFLICTS_INSTALL= git git-gui lite_DESCR= ${.CURDIR}/pkg-descr-lite lite_PKGNAMESUFFIX= -lite |