From 816cedc50f6886726bdf9c86684b49db5cb0cb37 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 30 Jul 2020 10:12:24 +0000 Subject: [PATCH] Cleanup unused variable. --- sysutils/openshift-install-devel/Makefile | 1 - sysutils/openshift-install45/Makefile | 1 - sysutils/openshift-install46/Makefile | 1 - 3 files changed, 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