diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-02-03 15:18:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-02-03 15:18:48 +0000 |
commit | 0e341eae57f77bb926e4088d89f7b9150805bc67 (patch) | |
tree | a915b556409651cf80a95f6d2aeeb5f2b95f6b06 | |
parent | 804e74c1a99db5d834b4cefcc7fff80e47e3742d (diff) | |
download | ports-0e341eae57f77bb926e4088d89f7b9150805bc67.tar.gz ports-0e341eae57f77bb926e4088d89f7b9150805bc67.zip |
Notes
-rw-r--r-- | lang/gcc48/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc49/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc5/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc6/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 58b952c7638d..3eec027dc583 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -25,7 +25,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu .endif CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} # GCC_VERSION and SUFFIX relate to names of executables and directories # once installed. diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index c0a176bbf625..cc0e7b7411fb 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -26,7 +26,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu CONFLICTS= gcc-4.9.* CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} # GCC_VERSION and SUFFIX relate to names of executables and directories # once installed. diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 6c6f1746bb32..730001ab9f5f 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu .endif CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index 62055a6c7c79..4f069fbff3c1 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -24,7 +24,6 @@ BUILD_DEPENDS+= runtest:misc/dejagnu .endif CPE_VENDOR= gnu -CPE_VERSION= ${GCC_VERSION} GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} |