pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/pup Do not strip the `.md' extension for README.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61f42d509299
branches:  trunk
changeset: 362187:61f42d509299
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon May 08 10:25:29 2017 +0000

description:
Do not strip the `.md' extension for README.

Spotted, kindly suggested and thanks to <wiz>!

diffstat:

 www/pup/Makefile |  4 ++--
 www/pup/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 9030b017e2c1 -r 61f42d509299 www/pup/Makefile
--- a/www/pup/Makefile  Mon May 08 10:03:13 2017 +0000
+++ b/www/pup/Makefile  Mon May 08 10:25:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/05/08 08:50:13 leot Exp $
+# $NetBSD: Makefile,v 1.4 2017/05/08 10:25:29 leot Exp $
 
 DISTNAME=              pup-0.4.0
 PKGREVISION=           2
@@ -29,6 +29,6 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/pup ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/pup/README
+       ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/pup
 
 .include "../../mk/bsd.pkg.mk"
diff -r 9030b017e2c1 -r 61f42d509299 www/pup/PLIST
--- a/www/pup/PLIST     Mon May 08 10:03:13 2017 +0000
+++ b/www/pup/PLIST     Mon May 08 10:25:29 2017 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2017/05/08 08:50:13 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/05/08 10:25:29 leot Exp $
 bin/pup
-share/doc/pup/README
+share/doc/pup/README.md



Home | Main Index | Thread Index | Old Index