Skip to content

Commit 4094522

Browse files
committed
trrntzip: convert to cmake/build.mk
1 parent de93123 commit 4094522

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

archivers/trrntzip/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2022/06/17 23:05:04 wiz Exp $
1+
# $NetBSD: Makefile,v 1.2 2023/01/23 18:32:30 wiz Exp $
22

33
DISTNAME= trrntzip-1.0
44
CATEGORIES= archivers
@@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/0-wiz-0/trrntzip/
1010
COMMENT= Create zip archives in a standard format
1111
LICENSE= gnu-gpl-v2 AND zlib
1212

13-
USE_CMAKE= yes
14-
13+
.include "../../devel/cmake/build.mk"
1514
.include "../../devel/zlib/buildlink3.mk"
1615
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)