diff options
author | mat <mat@FreeBSD.org> | 2017-01-04 02:12:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-04 02:12:13 +0800 |
commit | 2c3a1094385fb111645369282e3419767d925860 (patch) | |
tree | 1d4e886062c5321c028bc93a38a1f5524414637f /cad/openvsp/Makefile | |
parent | aad4670ff67a50d76907d0a785f60f1b6352b4b0 (diff) | |
download | freebsd-ports-gnome-2c3a1094385fb111645369282e3419767d925860.tar.gz freebsd-ports-gnome-2c3a1094385fb111645369282e3419767d925860.tar.zst freebsd-ports-gnome-2c3a1094385fb111645369282e3419767d925860.zip |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
Diffstat (limited to 'cad/openvsp/Makefile')
-rw-r--r-- | cad/openvsp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index b5b773782f2b..05da0e6dcdf1 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -33,8 +33,6 @@ USE_GITHUB= yes GH_PROJECT= OpenVSP GH_ACCOUNT= ${GH_PROJECT} -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_PROJECT}_${PORTVERSION} - CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} USES= cmake:outsource compiler:gcc-c++11-lib jpeg |