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: rillig
Date: Sun Feb 18 05:09:21 UTC 2018
Modified Files:
pkgsrc/textproc/expat: Makefile PLIST
Log Message:
textproc/expat: move documentation to share/doc/expat
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/expat/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/expat/PLIST
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.35 pkgsrc/textproc/expat/Makefile:1.36
--- pkgsrc/textproc/expat/Makefile:1.35 Fri Sep 8 07:55:17 2017
+++ pkgsrc/textproc/expat/Makefile Sun Feb 18 05:09:21 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2017/09/08 07:55:17 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2018/02/18 05:09:21 rillig Exp $
DISTNAME= expat-2.2.4
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +22,7 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= expat.pc.in
-DOCDIR= ${PREFIX}/share/doc/html/expat
+DOCDIR= ${PREFIX}/share/doc/expat
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
Index: pkgsrc/textproc/expat/PLIST
diff -u pkgsrc/textproc/expat/PLIST:1.11 pkgsrc/textproc/expat/PLIST:1.12
--- pkgsrc/textproc/expat/PLIST:1.11 Fri Sep 8 07:55:17 2017
+++ pkgsrc/textproc/expat/PLIST Sun Feb 18 05:09:21 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/09/08 07:55:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/02/18 05:09:21 rillig Exp $
bin/xmlwf
include/expat.h
include/expat_config.h
@@ -8,5 +8,5 @@ lib/pkgconfig/expat.pc
man/man1/xmlwf.1
share/doc/expat/AUTHORS
share/doc/expat/changelog
-share/doc/html/expat/reference.html
-share/doc/html/expat/style.css
+share/doc/expat/reference.html
+share/doc/expat/style.css
Home |
Main Index |
Thread Index |
Old Index