pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/innoextract



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Oct 16 19:03:01 UTC 2023

Modified Files:
        pkgsrc/archivers/innoextract: Makefile

Log Message:
innoextract: Use devel/cmake/build.mk instead


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/archivers/innoextract/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/innoextract/Makefile
diff -u pkgsrc/archivers/innoextract/Makefile:1.26 pkgsrc/archivers/innoextract/Makefile:1.27
--- pkgsrc/archivers/innoextract/Makefile:1.26  Sun Oct 15 20:34:41 2023
+++ pkgsrc/archivers/innoextract/Makefile       Mon Oct 16 19:03:01 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2023/10/15 20:34:41 triaxx Exp $
+# $NetBSD: Makefile,v 1.27 2023/10/16 19:03:01 triaxx Exp $
 
 DISTNAME=      innoextract-1.9
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    archivers
 MASTER_SITES=  https://constexpr.org/innoextract/files/
 
@@ -13,16 +13,11 @@ LICENSE=    zlib
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
-OBJDIR=                ../build
-CONFIGURE_DIRS=        ${OBJDIR}
-CMAKE_ARG_PATH=        ../${DISTNAME}
+.include "../../devel/cmake/build.mk"
 
 CMAKE_ARGS+=   -DCMAKE_INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}
 CMAKE_ARGS+=   -DSET_OPTIMIZATION_FLAGS=OFF
 
-pre-configure:
-       ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
-
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index