pkgsrc-WIP-changes archive

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

xrn: Removed X ressource file from PLIST



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Aug 24 15:52:41 2018 +0200
Changeset:	1da4dd7b3cdafa4a78d00aa193b1dc11d5be49b9

Modified Files:
	xrn/Makefile
	xrn/PLIST

Log Message:
xrn: Removed X ressource file from PLIST

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

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

diffstat:
 xrn/Makefile | 5 +++++
 xrn/PLIST    | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/xrn/Makefile b/xrn/Makefile
index 5cd83ad498..47287e6738 100644
--- a/xrn/Makefile
+++ b/xrn/Makefile
@@ -16,6 +16,8 @@ USE_TOOLS+=	gmake lex pkg-config yacc
 DOCDIR=		share/doc/xrn
 INSTALLATION_DIRS+=	${DOCDIR}
 
+CONF_FILES=	${WRKSRC}/XRn ${PREFIX}/etc/X11/app-defaults/XRn
+
 .include "../../mk/bsd.prefs.mk"
 
 # Standard Xaw is the only variant supported by upstream
@@ -36,6 +38,9 @@ pre-install:
 		${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/xrn; \
 	done
 
+post-install:
+	rm ${DESTDIR}${PREFIX}/etc/X11/app-defaults/XRn
+
 .include "../../mk/xaw.buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/xrn/PLIST b/xrn/PLIST
index 0676aaa481..d3e4c56af2 100644
--- a/xrn/PLIST
+++ b/xrn/PLIST
@@ -1,7 +1,6 @@
 @comment $NetBSD: PLIST,v 1.4 2009/06/14 18:10:07 joerg Exp $
 bin/xrn
 man/man1/xrn.1
-etc/X11/app-defaults/XRn
 share/doc/xrn/COMMON-PROBLMS
 share/doc/xrn/COPYRIGHT
 share/doc/xrn/CREDITS


Home | Main Index | Thread Index | Old Index