pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/zutils
Module Name: pkgsrc
Committed By: drixter
Date: Wed Aug 26 07:31:45 UTC 2026
Modified Files:
pkgsrc/archivers/zutils: Makefile
Log Message:
zutils: Fix for PKG_SYSCONFDIR
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/archivers/zutils/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/zutils/Makefile
diff -u pkgsrc/archivers/zutils/Makefile:1.16 pkgsrc/archivers/zutils/Makefile:1.17
--- pkgsrc/archivers/zutils/Makefile:1.16 Mon Aug 24 18:38:26 2026
+++ pkgsrc/archivers/zutils/Makefile Wed Aug 26 07:31:44 2026
@@ -1,37 +1,39 @@
-# $NetBSD: Makefile,v 1.16 2026/08/24 18:38:26 drixter Exp $
+# $NetBSD: Makefile,v 1.17 2026/08/26 07:31:44 drixter Exp $
-DISTNAME= zutils-1.16
-CATEGORIES= archivers
-MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/zutils/
-EXTRACT_SUFX= .tar.lz
-
-MAINTAINER= drixter%e-utp.net@localhost
-HOMEPAGE= https://www.nongnu.org/zutils/zutils.html
-COMMENT= Utilities for any combination of compressed and non-compressed files
-LICENSE= gnu-gpl-v3
-
-CONFLICTS= lzip<1.12 gzip-[0-9]*
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX}
-CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
-CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
-CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q}
-CONFIGURE_ARGS+= CPPFLAGS=${CPPFLAGS:Q}
-CONFIGURE_ARGS+= CXXFLAGS=${CXXFLAGS:Q}
-
-USE_LANGUAGES= c++
-USE_TOOLS+= gmake
+DISTNAME= zutils-1.16
+CATEGORIES= archivers
+MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/zutils/
+EXTRACT_SUFX= .tar.lz
+
+MAINTAINER= drixter%e-utp.net@localhost
+HOMEPAGE= https://www.nongnu.org/zutils/zutils.html
+COMMENT= Utilities for any combination of compressed and non-compressed files
+LICENSE= gnu-gpl-v3
+
+CONFLICTS= lzip<1.12 gzip-[0-9]*
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q}
+CONFIGURE_ARGS+= CPPFLAGS=${CPPFLAGS:Q}
+CONFIGURE_ARGS+= CXXFLAGS=${CXXFLAGS:Q}
+
+USE_LANGUAGES= c++
+USE_TOOLS+= gmake
-INFO_FILES= yes
+INFO_FILES= yes
-CONF_FILES+= ${PREFIX}/share/examples/zutils/zutils.conf ${PKG_SYSCONFDIR}/zutils.conf
+EGDIR= ${PREFIX}/share/examples/zutils
+CONF_FILES+= ${EGDIR}/zutils.conf ${PKG_SYSCONFDIR}/zutils.conf
-EGDIR= ${PREFIX}/share/examples/zutils
-INSTALLATION_DIRS= ${EGDIR}
+INSTALLATION_DIRS= ${EGDIR}
post-install:
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/zutils.conf ${DESTDIR}${EGDIR}/zutils.conf
.include "../../mk/bsd.pkg.mk"
+
+
Home |
Main Index |
Thread Index |
Old Index