pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/trrntzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 23 18:32:30 UTC 2023

Modified Files:
        pkgsrc/archivers/trrntzip: Makefile

Log Message:
trrntzip: convert to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/trrntzip/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/trrntzip/Makefile
diff -u pkgsrc/archivers/trrntzip/Makefile:1.1 pkgsrc/archivers/trrntzip/Makefile:1.2
--- pkgsrc/archivers/trrntzip/Makefile:1.1      Fri Jun 17 23:05:04 2022
+++ pkgsrc/archivers/trrntzip/Makefile  Mon Jan 23 18:32:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/06/17 23:05:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/23 18:32:30 wiz Exp $
 
 DISTNAME=      trrntzip-1.0
 CATEGORIES=    archivers
@@ -10,7 +10,6 @@ HOMEPAGE=     https://github.com/0-wiz-0/trr
 COMMENT=       Create zip archives in a standard format
 LICENSE=       gnu-gpl-v2 AND zlib
 
-USE_CMAKE=     yes
-
+.include "../../devel/cmake/build.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index