pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/adocman



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan  7 21:08:10 UTC 2018

Modified Files:
        pkgsrc/devel/adocman: Makefile PLIST

Log Message:
Move documentation to where it belongs, bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/adocman/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/adocman/PLIST

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

Modified files:

Index: pkgsrc/devel/adocman/Makefile
diff -u pkgsrc/devel/adocman/Makefile:1.24 pkgsrc/devel/adocman/Makefile:1.25
--- pkgsrc/devel/adocman/Makefile:1.24  Sat Jul  9 06:38:04 2016
+++ pkgsrc/devel/adocman/Makefile       Sun Jan  7 21:08:10 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2016/07/09 06:38:04 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/01/07 21:08:10 rillig Exp $
 #
 
 DISTNAME=      adocman-0.10
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sitedocs/}
 
@@ -16,22 +16,18 @@ DEPENDS+=   p5-Crypt-SSLeay>=0.47:../../se
 NO_BUILD=              yes
 PERL5_CONFIGURE=       no
 REPLACE_PERL=          adocman xml_export
-
-INSTALLATION_DIRS=     bin
+AUTO_MKDIRS=           yes
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/adocman ${DESTDIR}${PREFIX}/bin
        ${INSTALL_SCRIPT} ${WRKSRC}/xml_export ${DESTDIR}${PREFIX}/bin
        ${INSTALL_SCRIPT_DIR} ${DESTDIR}${PERL5_INSTALLVENDORLIB}/Alexandria
-.for f in Client.pm Docman.pm
-       ${INSTALL_SCRIPT} ${WRKSRC}/Alexandria/${f} \
+       cd ${WRKSRC}/Alexandria && ${INSTALL_SCRIPT} \
+               Client.pm Docman.pm \
                ${DESTDIR}${PERL5_INSTALLVENDORLIB}/Alexandria
-.endfor
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/html/adocman
-.for f in LICENSE README TODO adocman.html xml_export.html
-       ${INSTALL_DATA} ${WRKSRC}/${f} \
-               ${DESTDIR}${PREFIX}/share/doc/html/adocman
-.endfor
+       cd ${WRKSRC} && ${INSTALL_DATA} \
+               LICENSE README TODO adocman.html xml_export.html \
+               ${DESTDIR}${PREFIX}/share/doc/adocman
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/adocman/PLIST
diff -u pkgsrc/devel/adocman/PLIST:1.3 pkgsrc/devel/adocman/PLIST:1.4
--- pkgsrc/devel/adocman/PLIST:1.3      Sun Jun 14 17:48:32 2009
+++ pkgsrc/devel/adocman/PLIST  Sun Jan  7 21:08:10 2018
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/07 21:08:10 rillig Exp $
 bin/adocman
 bin/xml_export
 ${PERL5_SUB_INSTALLVENDORLIB}/Alexandria/Client.pm
 ${PERL5_SUB_INSTALLVENDORLIB}/Alexandria/Docman.pm
-share/doc/html/adocman/LICENSE
-share/doc/html/adocman/README
-share/doc/html/adocman/TODO
-share/doc/html/adocman/adocman.html
-share/doc/html/adocman/xml_export.html
+share/doc/adocman/LICENSE
+share/doc/adocman/README
+share/doc/adocman/TODO
+share/doc/adocman/adocman.html
+share/doc/adocman/xml_export.html



Home | Main Index | Thread Index | Old Index