diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-24 20:50:53 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-24 20:50:53 +0800 |
commit | 26343516b529c5e93d646dc1976b87ba38764188 (patch) | |
tree | 0b507abcaa75f7c6b12545f8ed777b3a621de0b1 /editors | |
parent | 0cb366b8ef5144417c0b6bed3c26cd18441fd516 (diff) | |
download | freebsd-ports-gnome-26343516b529c5e93d646dc1976b87ba38764188.tar.gz freebsd-ports-gnome-26343516b529c5e93d646dc1976b87ba38764188.tar.zst freebsd-ports-gnome-26343516b529c5e93d646dc1976b87ba38764188.zip |
- Fix distinfo and WRKSRC, now that the distfile is fetched from github
Reported by: John J. Rushford <jjr@alisa.org>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 2 | ||||
-rw-r--r-- | editors/codelite/distinfo | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 7bcb01b34d41..34fd0722de60 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -35,8 +35,6 @@ CXXFLAGS+= -I${LOCALBASE}/include CMAKE_ARGS+= -DIS_FREEBSD=1 \ -DPREFIX=${PREFIX} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSCOPE} diff --git a/editors/codelite/distinfo b/editors/codelite/distinfo index d871833d337d..b0c123976038 100644 --- a/editors/codelite/distinfo +++ b/editors/codelite/distinfo @@ -1,2 +1,2 @@ -SHA256 (codelite-5.4.tar.gz) = 2bdb6cfd1239a7fcaf476a215c9f7d775e8814f0930828b66e9acd4799cc5002 -SIZE (codelite-5.4.tar.gz) = 37950862 +SHA256 (codelite-5.4.tar.gz) = 53253fd4406a455dc8389a1bacd52ee0ee5407c90c3f682e30b97f5532a4992a +SIZE (codelite-5.4.tar.gz) = 37946071 |