pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/advi



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Oct 12 21:54:20 UTC 2019

Modified Files:
        pkgsrc/print/advi: Makefile PLIST

Log Message:
print/advi: fix location of HTML documentation


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/print/advi/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/advi/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/advi/Makefile
diff -u pkgsrc/print/advi/Makefile:1.124 pkgsrc/print/advi/Makefile:1.125
--- pkgsrc/print/advi/Makefile:1.124    Sun Jul 21 22:25:36 2019
+++ pkgsrc/print/advi/Makefile  Sat Oct 12 21:54:19 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.124 2019/07/21 22:25:36 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2019/10/12 21:54:19 rillig Exp $
 
 DISTNAME=              advi-1.10.2
-PKGREVISION=           40
+PKGREVISION=           41
 CATEGORIES=            print
 MASTER_SITES=          http://gallium.inria.fr/advi/
 
@@ -38,7 +38,7 @@ SUBST_FILES.gs=               src/config.ml.in
 SUBST_SED.gs=          -e 's,@GS@,gs,'
 SUBST_MESSAGE.gs=      Fixing hard-coded path to gs
 
-INSTALLATION_DIRS=     share/doc/advi share/doc/html/advi
+INSTALLATION_DIRS=     share/doc/advi
 
 post-extract:
        ${CP} ${WRKSRC}/tex/*.eps ${WRKSRC}/doc
@@ -51,8 +51,7 @@ post-install:
        cd ${WRKSRC}/doc.orig && ${INSTALL_DATA} *.dvi \
                ${DESTDIR}${PREFIX}/share/doc/advi
        cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.gif \
-               ${DESTDIR}${PREFIX}/share/doc/html/advi
-       cd ${DESTDIR}${PREFIX}/share/doc/html/advi && ${LN} -sf ../../advi/manual.* .
+               ${DESTDIR}${PREFIX}/share/doc/advi
 
 .include "../../print/kpathsea/texmf.mk"
 .include "../../lang/ocaml/buildlink3.mk"

Index: pkgsrc/print/advi/PLIST
diff -u pkgsrc/print/advi/PLIST:1.7 pkgsrc/print/advi/PLIST:1.8
--- pkgsrc/print/advi/PLIST:1.7 Sat Jan 24 07:27:46 2015
+++ pkgsrc/print/advi/PLIST     Sat Oct 12 21:54:19 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/01/24 07:27:46 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/10/12 21:54:19 rillig Exp $
 bin/advi
 bin/advi.byt
 lib/ocaml/stublibs/dlladvi.so
@@ -111,18 +111,6 @@ share/doc/advi/scratch_draw_splash.dvi
 share/doc/advi/scratch_write_splash.dvi
 share/doc/advi/screen-shots.html
 share/doc/advi/splash.dvi
-share/doc/html/advi/advilogo.anim.gif
-share/doc/html/advi/advilogo.gif
-share/doc/html/advi/bar.gif
-share/doc/html/advi/faq.html
-share/doc/html/advi/index.html
-share/doc/html/advi/inria.gif
-share/doc/html/advi/manual.dvi
-share/doc/html/advi/manual.html
-share/doc/html/advi/manual.pdf
-share/doc/html/advi/manual.ps
-share/doc/html/advi/manualxxx.html
-share/doc/html/advi/screen-shots.html
 share/texmf-dist/tex/latex/advi/advi-annot.sty
 share/texmf-dist/tex/latex/advi/advi-graphicx.sty
 share/texmf-dist/tex/latex/advi/advi-slides.sty



Home | Main Index | Thread Index | Old Index