From 321b111eb47dcaebec531cf2a9cf5cd238fcb6d2 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Tue, 16 Jul 2013 17:07:35 -0400 Subject: [PATCH] misc-cdn/git+gitweb: slave port to allow targetted gitweb installation --- cdn/ports/devel/git+gitweb/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cdn/ports/devel/git+gitweb/Makefile diff --git a/cdn/ports/devel/git+gitweb/Makefile b/cdn/ports/devel/git+gitweb/Makefile new file mode 100644 index 0000000..9278f6a --- /dev/null +++ b/cdn/ports/devel/git+gitweb/Makefile @@ -0,0 +1,11 @@ +# Slave port for devel/git to enable gitweb and change the name +# +# $FreeBSD$ +# + +PKGNAMESUFFIX = +gitweb +MAINTAINER = cyberleo@cyberleo.net +MASTERDIR = ${.CURDIR}/../git +CONFLICTS = git-* + +.include "${MASTERDIR}/Makefile" -- 2.42.0