pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cyclone: order Makefile variables as suggested by pkglint
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sat Jul 22 22:57:39 2023 +0200
Changeset: 2d387a5e013208b096ce497d638e443f41e02585
Modified Files:
cyclone/Makefile
Log Message:
cyclone: order Makefile variables as suggested by pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d387a5e013208b096ce497d638e443f41e02585
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cyclone/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/cyclone/Makefile b/cyclone/Makefile
index bc6af5c258..bd6129d4da 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,12 +1,12 @@
# $NetBSD$
-GITHUB_PROJECT= cyclone-bootstrap
-GITHUB_TAG= v0.35.0
DISTNAME= ${GITHUB_TAG}
PKGNAME= cyclone-${DISTNAME:S,^v,,}
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=justinethier/}
+GITHUB_PROJECT= cyclone-bootstrap
+GITHUB_TAG= v0.35.0
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index