diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-24 18:24:27 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-24 18:24:27 +0000 |
commit | 8a553e890a0aef0206b2f0be93109d8549fc86d5 (patch) | |
tree | 419b24fabc97726bf4571ecb835f427cbd43db48 | |
parent | c671b7499c21f0b5d1b3b76b64de4a06c8414dcc (diff) | |
download | FreeBSD-ports-8a553e890a0aef0206b2f0be93109d8549fc86d5.zip FreeBSD-ports-8a553e890a0aef0206b2f0be93109d8549fc86d5.tar.gz |
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120
-rw-r--r-- | databases/leveldb/Makefile | 1 | ||||
-rw-r--r-- | devel/gflags/Makefile | 1 | ||||
-rw-r--r-- | devel/glog/Makefile | 1 | ||||
-rw-r--r-- | ftp/curlpp/Makefile | 1 | ||||
-rw-r--r-- | math/py-numexpr/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/ettercap/Makefile | 1 | ||||
-rw-r--r-- | science/netcdf-fortran/Makefile | 1 | ||||
-rw-r--r-- | www/protovis/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index cf2c743..8c92fab 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -16,7 +16,6 @@ OPTIONS_DEFAULT=SNAPPY LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= compiler:c++0x gmake -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ SHLIB_MINOR=${SHLIB_MINOR} diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile index 310075a..dac4d6f 100644 --- a/devel/gflags/Makefile +++ b/devel/gflags/Makefile @@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON USE_LDCONFIG= yes USES= cmake shebangfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GH_ACCOUNT= schuhschuh GH_PROJECT= ${PORTNAME} diff --git a/devel/glog/Makefile b/devel/glog/Makefile index 372eee2..1f20516 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -20,7 +20,6 @@ INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo USE_LDCONFIG= yes USES= execinfo libtool pathfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= * diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 83bb96f..d97fdef 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -22,7 +22,6 @@ INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= autoreconf libtool pathfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= * PORTEXAMPLES= * diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 784b280..3b79b64 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= autoplist distutils USES= python -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GH_ACCOUNT= pydata GH_PROJECT= ${PORTNAME} diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 2b0d2a9..167bbaf 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -33,7 +33,6 @@ LDFLAGS+= -L${LIBDIR} -L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11 ${ICONV_LIB MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= bison cmake:outsource cpe iconv pkgconfig -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \ diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index a5a9a2e..57b2b0c 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -19,7 +19,6 @@ MAKE_ENV= MAKEINFOFLAGS=--no-split MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USES= fortran libtool makeinfo pathfix -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GH_ACCOUNT= Unidata GH_PROJECT= ${PORTNAME} diff --git a/www/protovis/Makefile b/www/protovis/Makefile index 25a46de..52210cd 100644 --- a/www/protovis/Makefile +++ b/www/protovis/Makefile @@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= EXAMPLES NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTEXAMPLES= * |