Skip to content

Commit 3e985d5

Browse files
committed
trrntzip: convert to cmake/build.mk
1 parent 92cc60a commit 3e985d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

archivers/trrntzip/Makefile

Lines changed: 2 additions & 3 deletions
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)