pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/jhead graphics/jhead: move documentation to s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d7e9cbbc519
branches: trunk
changeset: 375621:7d7e9cbbc519
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Feb 18 05:01:02 2018 +0000
description:
graphics/jhead: move documentation to share/doc/jhead
diffstat:
graphics/jhead/Makefile | 9 +++++----
graphics/jhead/PLIST | 4 ++--
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r a3cc9204aa9e -r 7d7e9cbbc519 graphics/jhead/Makefile
--- a/graphics/jhead/Makefile Sun Feb 18 04:57:05 2018 +0000
+++ b/graphics/jhead/Makefile Sun Feb 18 05:01:02 2018 +0000
@@ -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 @@
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"
diff -r a3cc9204aa9e -r 7d7e9cbbc519 graphics/jhead/PLIST
--- a/graphics/jhead/PLIST Sun Feb 18 04:57:05 2018 +0000
+++ b/graphics/jhead/PLIST Sun Feb 18 05:01:02 2018 +0000
@@ -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