diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-08-30 20:05:21 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-08-30 20:05:21 +0000 |
commit | 17d2eb5848b4cf55cfe78aa9e26ace2daa30854d (patch) | |
tree | 80241d4224dbad431f82f6e060793ebe8ab9d682 /shells | |
parent | a64e2cca380ad5a56f6af60bae469ac8709b54c7 (diff) | |
download | ports-17d2eb5848b4cf55cfe78aa9e26ace2daa30854d.tar.gz ports-17d2eb5848b4cf55cfe78aa9e26ace2daa30854d.zip |
Remove redundant GH_TAGNAME assignment.
Notes
Notes:
svn path=/head/; revision=510286
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ksh93/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index f33d860f18b3..734fdaeb07b6 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -16,7 +16,6 @@ USES= compiler:c11 meson ninja python:build USE_GITHUB= yes GH_ACCOUNT= att GH_PROJECT= ast -GH_TAGNAME= ${HASH} KSH_CONFLICTS= pdksh-* KSH93_CONFLICTS= ksh93-devel-* ast-ksh-* |