pkgsrc-WIP-changes archive

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

xrn: Makefile updated (create target directories)



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Aug 28 10:56:40 2018 +0200
Changeset:	ea79364bac5be281177578ac8670a9544dd9ad69

Modified Files:
	xrn/Makefile

Log Message:
xrn: Makefile updated (create target directories)

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

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

diffstat:
 xrn/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/xrn/Makefile b/xrn/Makefile
index 068639b681..cea2815b7c 100644
--- a/xrn/Makefile
+++ b/xrn/Makefile
@@ -15,7 +15,10 @@ USE_TOOLS+=	gmake lex pkg-config yacc
 
 DOCDIR=		share/doc/xrn
 INSTALLATION_DIRS+=	${DOCDIR}
+INSTALLATION_DIRS+=	share/examples/xrn
+INSTALLATION_DIRS+=	etc/X11/app-defaults/
 
+MAKE_DIRS+=	${PREFIX}/etc/X11/app-defaults
 CONF_FILES=	${PREFIX}/share/examples/xrn/Xrn ${PREFIX}/etc/X11/app-defaults/XRn
 
 .include "../../mk/bsd.prefs.mk"
@@ -39,8 +42,6 @@ pre-install:
 	done
 
 post-install:
-	mkdir ${DESTDIR}${PREFIX}/share/examples
-	mkdir ${DESTDIR}${PREFIX}/share/examples/xrn
 	mv ${DESTDIR}${PREFIX}/etc/X11/app-defaults/XRn ${DESTDIR}${PREFIX}/share/examples/xrn/Xrn
 
 .include "../../mk/xaw.buildlink3.mk"


Home | Main Index | Thread Index | Old Index