pkgsrc-WIP-changes archive

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

unison-snapshot: drop accidental removal of NEWS in WRKSRC



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Feb 14 09:11:09 2024 -0500
Changeset:	8747d967ce42eae0a537881b9053ea8a753e4bbc

Modified Files:
	unison-snapshot/Makefile

Log Message:
unison-snapshot: drop accidental removal of NEWS in WRKSRC

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8747d967ce42eae0a537881b9053ea8a753e4bbc

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

diffstat:
 unison-snapshot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/unison-snapshot/Makefile b/unison-snapshot/Makefile
index b830bfaef4..6048553da2 100644
--- a/unison-snapshot/Makefile
+++ b/unison-snapshot/Makefile
@@ -46,7 +46,7 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/INSTALL.md ${DESTDIR}${PREFIX}/share/doc/unison
 	${INSTALL_MAN} ${WRKSRC}/NEWS.md ${DESTDIR}${PREFIX}/share/doc/unison
 	# \todo See fsmonitor above.
-	${RM} ${WRKSRC}/NEWS.md ${DESTDIR}${PREFIX}/bin/fsmonitor.py
+	${RM} ${DESTDIR}${PREFIX}/bin/fsmonitor.py
 
 TEST_TARGET=		test
 


Home | Main Index | Thread Index | Old Index