pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/mlterm



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jan 21 14:32:49 UTC 2022

Modified Files:
        pkgsrc/x11/mlterm: Makefile

Log Message:
mlterm: Simplify GITHUB_PROJECT


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/x11/mlterm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mlterm/Makefile
diff -u pkgsrc/x11/mlterm/Makefile:1.168 pkgsrc/x11/mlterm/Makefile:1.169
--- pkgsrc/x11/mlterm/Makefile:1.168    Tue Jan 18 14:38:34 2022
+++ pkgsrc/x11/mlterm/Makefile  Fri Jan 21 14:32:49 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.168 2022/01/18 14:38:34 tsutsui Exp $
+# $NetBSD: Makefile,v 1.169 2022/01/21 14:32:49 ryoon Exp $
 
 DISTNAME=      mlterm-3.9.2
 DIST_SUBDIR=   ${PKGNAME_NOREV}        # for re-tagged 3.9.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arakiken/}
-GITHUB_PROJECT= ${DISTNAME:S/-${PKGVERSION_NOREV}//}
+GITHUB_PROJECT= ${PKGBASE}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index