diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-21 18:35:42 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-21 18:35:42 +0000 |
commit | 23c181f84b94d1ed7fb3aeaed1088eb81f4f0a67 (patch) | |
tree | 322d97165d844a23aed01404f7fe40bc46c11e88 /devel/cgit/Makefile | |
parent | a262bb242b94547288342e71d011ce4cbc288fc2 (diff) |
Notes
Diffstat (limited to 'devel/cgit/Makefile')
-rw-r--r-- | devel/cgit/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 80ea65fd861c..d506130671e9 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -7,21 +7,15 @@ PORTNAME= cgit PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www -MASTER_SITES= http://hjemli.net/git/cgit/snapshot/:cgit \ - http://www.kernel.org/pub/software/scm/git/:git -DISTFILES= cgit-${SHA1}${EXTRACT_SUFX}:cgit \ - git-${GIT_VERSION}.tar.bz2:git -SHA1= 140012d7a8e51df5a9f9c556696778b86ade4fc9 -GIT_VERSION= 1.6.0.2 +MASTER_SITES= http://hjemli.net/git/cgit/snapshot/ MAINTAINER= flz@FreeBSD.org COMMENT= A fast webinterface for git BUILD_DEPENDS= ${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl -WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes @@ -34,10 +28,6 @@ MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \ SUB_FILES= pkg-message -post-extract: - @${RMDIR} ${WRKSRC}/git - @${MV} ${WRKDIR}/git-${GIT_VERSION} ${WRKSRC}/git - post-install: @${MKDIR} /var/cache/${PORTNAME} @${CHOWN} ${WWWOWN}:${WWWGRP} /var/cache/${PORTNAME} |