pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jhead



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb 18 05:01:02 UTC 2018

Modified Files:
        pkgsrc/graphics/jhead: Makefile PLIST

Log Message:
graphics/jhead: move documentation to share/doc/jhead


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/jhead/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/jhead/PLIST

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

Modified files:

Index: pkgsrc/graphics/jhead/Makefile
diff -u pkgsrc/graphics/jhead/Makefile:1.33 pkgsrc/graphics/jhead/Makefile:1.34
--- pkgsrc/graphics/jhead/Makefile:1.33 Sun Feb  8 16:12:22 2015
+++ pkgsrc/graphics/jhead/Makefile      Sun Feb 18 05:01:02 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2015/02/08 16:12:22 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/02/18 05:01:02 rillig Exp $
 
 DISTNAME=      jhead-3.00
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.sentex.net/~mwandel/jhead/
 
@@ -11,12 +12,12 @@ LICENSE=    public-domain
 
 MAKE_FILE=     makefile
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/html/jhead
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/jhead
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-       ${INSTALL_MAN} ${WRKSRC}/usage.html \
-               ${DESTDIR}${PREFIX}/share/doc/html/jhead
+       ${INSTALL_DATA} ${WRKSRC}/usage.html \
+               ${DESTDIR}${PREFIX}/share/doc/jhead
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/jhead/PLIST
diff -u pkgsrc/graphics/jhead/PLIST:1.3 pkgsrc/graphics/jhead/PLIST:1.4
--- pkgsrc/graphics/jhead/PLIST:1.3     Sun Jun 14 17:59:19 2009
+++ pkgsrc/graphics/jhead/PLIST Sun Feb 18 05:01:02 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:19 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/02/18 05:01:02 rillig Exp $
 bin/jhead
 man/man1/jhead.1
-share/doc/html/jhead/usage.html
+share/doc/jhead/usage.html



Home | Main Index | Thread Index | Old Index