pkgsrc-WIP-changes archive

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

ngircd: switch to INSTALLATION_DIRS



Module Name:	pkgsrc-wip
Committed By:	sxvghd <sxvghd%firemail.cc@localhost>
Pushed By:	sxvghd
Date:		Thu Dec 19 19:56:29 2019 +0100
Changeset:	46760047209108d73ca5c95c3643f356973a0bff

Modified Files:
	ngircd/Makefile

Log Message:
ngircd: switch  to INSTALLATION_DIRS

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

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

diffstat:
 ngircd/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/ngircd/Makefile b/ngircd/Makefile
index d13db04be1..fb733c5971 100644
--- a/ngircd/Makefile
+++ b/ngircd/Makefile
@@ -14,16 +14,14 @@ USE_LANGUAGES=	c
 
 RCD_SCRIPTS+=	ngircd
 
-
 EGDIR=                  ${PREFIX}/share/doc/ngircd
 CONF_FILES+=            ${EGDIR}/sample-ngircd.conf ${PREFIX}/share/examples/ngircd/sample-ngircd.conf
 
-.include "options.mk"
+INSTALLATION_DIRS+=	${PREFIX}/share/examples/ngircd
 
+.include "options.mk"
 
 post-install:
-	${MKDIR} ${PREFIX}/share/examples/ngircd
-
 	${RM} ${DESTDIR}${EGDIR}/COPYING
 	${RM} ${DESTDIR}${EGDIR}/HowToRelease.txt
 	${RM} ${DESTDIR}${EGDIR}/INSTALL


Home | Main Index | Thread Index | Old Index