diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-04 11:29:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-04 11:29:18 +0000 |
commit | 63d17e75d7c5e6644a98db2295f9cb82c9cf2746 (patch) | |
tree | 69b22e334637a187ae01d3ef2a75d6dd8cb3698a /devel/ice/Makefile | |
parent | 60d42be396b4256cd0acca972153ae8b49702851 (diff) | |
download | ports-63d17e75d7c5e6644a98db2295f9cb82c9cf2746.tar.gz ports-63d17e75d7c5e6644a98db2295f9cb82c9cf2746.zip |
Cleanup some abusive use of GH_TAGNAME.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=393516
Diffstat (limited to 'devel/ice/Makefile')
-rw-r--r-- | devel/ice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index d2e4a3e9e2b8..fe1b74a17576 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -3,6 +3,7 @@ PORTNAME= Ice PORTVERSION= 3.6.0 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= freebsd@grem.de @@ -45,7 +46,6 @@ BUILD_WRKSRC?= ${WRKSRC}/cpp INSTALL_WRKSRC?= ${WRKSRC}/cpp USE_GITHUB= yes GH_ACCOUNT= zeroc-ice -GH_TAGNAME= v3.6.0 CFLAGS+= -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT -I${LOCALBASE}/include |