pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lua-zlib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  5 00:14:48 UTC 2020

Modified Files:
        pkgsrc/archivers/lua-zlib: Makefile

Log Message:
lua-zlib: fix prefix


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/lua-zlib/Makefile

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

Modified files:

Index: pkgsrc/archivers/lua-zlib/Makefile
diff -u pkgsrc/archivers/lua-zlib/Makefile:1.1 pkgsrc/archivers/lua-zlib/Makefile:1.2
--- pkgsrc/archivers/lua-zlib/Makefile:1.1      Thu Jul  2 20:00:23 2020
+++ pkgsrc/archivers/lua-zlib/Makefile  Sun Jul  5 00:14:48 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/07/02 20:00:23 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/07/05 00:14:48 nia Exp $
 
 DISTNAME=      lua-zlib-1.2
+PKGNAME=       ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1}
 CATEGORIES=    archivers lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=brimworks/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index