pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/pup
Module Name: pkgsrc
Committed By: leot
Date: Mon May 8 10:25:29 UTC 2017
Modified Files:
pkgsrc/www/pup: Makefile PLIST
Log Message:
Do not strip the `.md' extension for README.
Spotted, kindly suggested and thanks to <wiz>!
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/pup/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/pup/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/pup/Makefile
diff -u pkgsrc/www/pup/Makefile:1.3 pkgsrc/www/pup/Makefile:1.4
--- pkgsrc/www/pup/Makefile:1.3 Mon May 8 08:50:13 2017
+++ pkgsrc/www/pup/Makefile Mon May 8 10:25:29 2017
@@ -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-build:
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"
Index: pkgsrc/www/pup/PLIST
diff -u pkgsrc/www/pup/PLIST:1.2 pkgsrc/www/pup/PLIST:1.3
--- pkgsrc/www/pup/PLIST:1.2 Mon May 8 08:50:13 2017
+++ pkgsrc/www/pup/PLIST Mon May 8 10:25:29 2017
@@ -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