diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-07-30 10:12:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-07-30 10:12:24 +0000 |
commit | 816cedc50f6886726bdf9c86684b49db5cb0cb37 (patch) | |
tree | 42edf35c5153b537b9c925c0cfef77ec4980c8c0 /sysutils | |
parent | 49f9a86c7a0ecbfc16e59c0131e58c1d17589e0d (diff) |
Cleanup unused variable.
Notes
Notes:
svn path=/head/; revision=543785
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/openshift-install-devel/Makefile | 1 | ||||
-rw-r--r-- | sysutils/openshift-install45/Makefile | 1 | ||||
-rw-r--r-- | sysutils/openshift-install46/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/openshift-install-devel/Makefile b/sysutils/openshift-install-devel/Makefile index 90b3580e1e80..d26b2d5d44b3 100644 --- a/sysutils/openshift-install-devel/Makefile +++ b/sysutils/openshift-install-devel/Makefile @@ -6,7 +6,6 @@ PORTVERSION= ${GH_TAGNAME:C/^([0-9]{4})(.*)/\1/} DISTVERSIONPREFIX= release- PORTREVISION= 1 CATEGORIES= sysutils -DISTNAME= ${GH_TAGNAME}.zip MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift installer diff --git a/sysutils/openshift-install45/Makefile b/sysutils/openshift-install45/Makefile index b9e7397a6685..4d1fb06c0dad 100644 --- a/sysutils/openshift-install45/Makefile +++ b/sysutils/openshift-install45/Makefile @@ -7,7 +7,6 @@ DISTVERSIONPREFIX= release- PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= ${PORTVERSION:S/.//g} -DISTNAME= ${GIT_TAGNAME}.zip MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift 4.5 installer diff --git a/sysutils/openshift-install46/Makefile b/sysutils/openshift-install46/Makefile index bf330e0309a5..fef485b2c839 100644 --- a/sysutils/openshift-install46/Makefile +++ b/sysutils/openshift-install46/Makefile @@ -7,7 +7,6 @@ DISTVERSIONPREFIX= release- PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= ${PORTVERSION:S/.//g} -DISTNAME= ${GH_TAGNAME}.zip MAINTAINER= jhixson@freebsd.org COMMENT= RedHat OpenShift 4.6 installer |