pkgsrc-WIP-changes archive

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

xrn: Don't install ChangeLog (removed from version 10.11)



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Aug 24 14:14:39 2018 +0200
Changeset:	2e7fbfcef5d5d1f94db8d6b52f4dfaef243cccc7

Modified Files:
	xrn/Makefile
	xrn/PLIST

Log Message:
xrn: Don't install ChangeLog (removed from version 10.11)

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

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

diffstat:
 xrn/Makefile | 2 +-
 xrn/PLIST    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/xrn/Makefile b/xrn/Makefile
index af3704ce31..41da638c9d 100644
--- a/xrn/Makefile
+++ b/xrn/Makefile
@@ -32,7 +32,7 @@ XAW_TYPE=	standard
 #.endif
 
 pre-install:
-	for f in COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog; do \
+	for f in COMMON-PROBLMS COPYRIGHT CREDITS; do \
 		${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/xrn; \
 	done
 
diff --git a/xrn/PLIST b/xrn/PLIST
index 92b4c37ade..0676aaa481 100644
--- a/xrn/PLIST
+++ b/xrn/PLIST
@@ -5,4 +5,3 @@ etc/X11/app-defaults/XRn
 share/doc/xrn/COMMON-PROBLMS
 share/doc/xrn/COPYRIGHT
 share/doc/xrn/CREDITS
-share/doc/xrn/ChangeLog


Home | Main Index | Thread Index | Old Index