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: wiz
Date: Wed Aug 26 07:57:04 UTC 2026
Modified Files:
pkgsrc/archivers/zutils: Makefile
Log Message:
zutils: fix whitespace, broken in previous
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/archivers/zutils/Makefile:1.18
--- pkgsrc/archivers/zutils/Makefile:1.17 Wed Aug 26 07:31:44 2026
+++ pkgsrc/archivers/zutils/Makefile Wed Aug 26 07:57:04 2026
@@ -1,39 +1,37 @@
-# $NetBSD: Makefile,v 1.17 2026/08/26 07:31:44 drixter Exp $
+# $NetBSD: Makefile,v 1.18 2026/08/26 07:57:04 wiz 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=${PKG_SYSCONFDIR}
-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
-EGDIR= ${PREFIX}/share/examples/zutils
-CONF_FILES+= ${EGDIR}/zutils.conf ${PKG_SYSCONFDIR}/zutils.conf
+EGDIR= ${PREFIX}/share/examples/zutils
+CONF_FILES+= ${EGDIR}/zutils.conf ${PKG_SYSCONFDIR}/zutils.conf
-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