1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Trim header

Convert to optionsng
remove useless LICENSE_FILE
This commit is contained in:
Baptiste Daroussin 2012-12-31 11:51:35 +00:00
parent c19848a8f3
commit 7c53903383
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309721
2 changed files with 5 additions and 8 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: cgit
# Date created: Oct 16 2008
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= cgit
PORTVERSION= 0.9.0.3
@ -18,7 +14,6 @@ MAINTAINER= bapt@FreeBSD.org
COMMENT= A fast webinterface for git
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GIT_VERSION= 1.7.4
USE_BZIP2= yes
@ -36,6 +31,8 @@ SUB_FILES= pkg-message
SUB_LIST+= PORTNAME=${PORTNAME}
PLIST_SUB+= PORTNAME=${PORTNAME}
.include <bsd.port.options.mk>
post-extract:
@${RMDIR} ${WRKSRC}/git
@${MV} ${WRKDIR}/git-${GIT_VERSION} ${WRKSRC}/git
@ -50,7 +47,7 @@ post-install:
@${MKDIR} /var/cache/${PORTNAME}
@${CHOWN} ${WWWOWN}:${WWWGRP} /var/cache/${PORTNAME}
@${CAT} ${PKGMESSAGE}
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}rc.5.txt ${DOCSDIR}/
.endif

View File

@ -1,4 +1,4 @@
Cgit is an attempt to create a fast web interface for the git scm, using
a builtin cache to decrease server io-pressure.
WWW: http://hjemli.net/git/
WWW: http://hjemli.net/git/