pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/execline



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Aug 17 12:15:40 UTC 2022

Modified Files:
        pkgsrc/lang/execline: Makefile

Log Message:
execline: fix previous


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/execline/Makefile

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

Modified files:

Index: pkgsrc/lang/execline/Makefile
diff -u pkgsrc/lang/execline/Makefile:1.11 pkgsrc/lang/execline/Makefile:1.12
--- pkgsrc/lang/execline/Makefile:1.11  Wed Aug 17 12:14:39 2022
+++ pkgsrc/lang/execline/Makefile       Wed Aug 17 12:15:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/08/17 12:14:39 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2022/08/17 12:15:40 tnn Exp $
 
 DISTNAME=      execline-2.8.3.0
 CATEGORIES=    lang shells
@@ -12,7 +12,7 @@ LICENSE=      isc
 
 # man-pages version is usually not exactly in-sync with PKGVERSION_NOREV
 MANPAGES_VERSION=      2.8.3.0.2
-MANPAGES_DIST=         execline-man-pages-2.8.3.0.2.tar.gz
+MANPAGES_DIST=         execline-man-pages-${MANPAGES_VERSION}.tar.gz
 SITES.${MANPAGES_DIST}=        -${MASTER_SITE_GITHUB:=flexibeast/execline-man-pages/archive/}v${MANPAGES_VERSION}.tar.gz
 
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index