pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/netatalk4
Module Name: pkgsrc
Committed By: hauke
Date: Mon Jan 12 23:25:00 UTC 2026
Modified Files:
pkgsrc/net/netatalk4: Makefile
Log Message:
Ninja is very persistent in picking up undeclared dependencies during
package build. For now force-remove the html documentation, until we
find out where exactly that can be disabled during the configuration
phase.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/netatalk4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/netatalk4/Makefile
diff -u pkgsrc/net/netatalk4/Makefile:1.30 pkgsrc/net/netatalk4/Makefile:1.31
--- pkgsrc/net/netatalk4/Makefile:1.30 Sun Jan 11 05:34:23 2026
+++ pkgsrc/net/netatalk4/Makefile Mon Jan 12 23:25:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2026/01/11 05:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/01/12 23:25:00 hauke Exp $
GITHUB_PROJECT= netatalk
GITHUB_TAG= refs/tags/${DISTNAME}
@@ -139,8 +139,8 @@ post-configure:
${CP} ${FILESDIR}/netatalk_smf.sh ${SMF_SRCDIR}
post-install:
- rm -r ${DESTDIR}${PREFIX}/share/doc/netatalk/developer
- rm -r ${DESTDIR}${PREFIX}/share/doc/netatalk/manual
+ rm -rf ${DESTDIR}${PREFIX}/share/doc/netatalk/developer
+ rm -rf ${DESTDIR}${PREFIX}/share/doc/netatalk/manual
chmod -w ${DESTDIR}${PREFIX}/bin/afppasswd
${INSTALL_DATA} ${WRKSRC}/output/config/afp.conf \
${DESTDIR}${PREFIX}/${EGDIR}/afp.conf
Home |
Main Index |
Thread Index |
Old Index