pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/expat
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 9 12:00:56 UTC 2020
Modified Files:
pkgsrc/textproc/expat: Makefile
Log Message:
expat: use upstream-suggested workaround for installing man page
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/expat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/expat/Makefile
diff -u pkgsrc/textproc/expat/Makefile:1.44 pkgsrc/textproc/expat/Makefile:1.45
--- pkgsrc/textproc/expat/Makefile:1.44 Thu Oct 8 16:55:04 2020
+++ pkgsrc/textproc/expat/Makefile Fri Oct 9 12:00:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/10/08 16:55:04 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2020/10/09 12:00:56 wiz Exp $
DISTNAME= expat-2.2.10
PKGREVISION= 1
@@ -17,6 +17,8 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --without-examples
CONFIGURE_ARGS+= --without-tests
+# workaround suggested by upstream; xmlwf.1 is in tarball, so docbook not needed
+CONFIGURE_ENV+= DOCBOOK_TO_MAN=false
CONFIGURE_ARGS+= --without-docbook
USE_LANGUAGES= c c++
@@ -31,12 +33,9 @@ PKGCONFIG_OVERRIDE+= expat.pc.in
DOCDIR= ${PREFIX}/share/doc/expat
-INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/reference.html ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/style.css ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/xmlwf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index