diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-11-04 17:26:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-11-04 17:26:59 +0000 |
commit | 2b429f298a1216985702dfcd7ff9241429280009 (patch) | |
tree | 48e951285a388e9fc4fcefbea2ad679d775a3487 | |
parent | devel/ghq: Update to v0.12.7 (diff) |
Don't put magic strings where they are not needed.
Notes
Notes:
svn path=/head/; revision=516729
-rw-r--r-- | devel/hs-spago/Makefile | 2 | ||||
-rw-r--r-- | games/dreamchess/Makefile | 2 | ||||
-rw-r--r-- | science/py-tensorflow/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/hs-spago/Makefile b/devel/hs-spago/Makefile index 7b2f86dd2371..cebc36103f18 100644 --- a/devel/hs-spago/Makefile +++ b/devel/hs-spago/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= https://github.com/spacchetti/purescript-docs-search/releases/down https://github.com/spacchetti/purescript-docs-search/releases/download/v${PURESCRIPT_DOCS_SEARCH_VERSION}/:purescript_docs_search DISTFILES= docs-search-app.js:docs_search_app \ purescript-docs-search:purescript_docs_search -EXTRACT_ONLY= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSION}_GH0${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= haskell@FreeBSD.org COMMENT= PureScript package manager and build tool diff --git a/games/dreamchess/Makefile b/games/dreamchess/Makefile index e697106b6c0a..2baae8986ef7 100644 --- a/games/dreamchess/Makefile +++ b/games/dreamchess/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt LICENSE_DISTFILES_GPLv3+ = ${DISTNAME} LICENSE_DISTFILES_BSD2CLAUSE= ${DISTNAME} LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME} -LICENSE_DISTFILES_CC-BY-NC-ND-3.0= dreamchess-dreamchess-music-0.3.0_GH0.tar.gz +LICENSE_DISTFILES_CC-BY-NC-ND-3.0= ${DISTNAME}.tar.gz BUILD_DEPENDS= flex:textproc/flex LIB_DEPENDS= libexpat.so:textproc/expat2 diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index ce3b1a350719..8c2bc57cee06 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= tensorflow-tensorflow-v${DISTVERSION}_GH0.tar.gz +EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= amzo1337@gmail.com COMMENT= Computation using data flow graphs for scalable machine learning |