pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(bugzilla) Correction of handing bugzlla.conf
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Sun Jan 29 23:15:14 2017 +0900
Changeset: 90754eed80000560a1c88a5fe46a700a957b0b48
Modified Files:
bugzilla/Makefile
Log Message:
(bugzilla) Correction of handing bugzlla.conf
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=90754eed80000560a1c88a5fe46a700a957b0b48
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bugzilla/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/bugzilla/Makefile b/bugzilla/Makefile
index 1b08591..bc21b23 100644
--- a/bugzilla/Makefile
+++ b/bugzilla/Makefile
@@ -117,11 +117,11 @@ INSTALLATION_DIRS+= ${BZDIR}/docs/en/html/api/Bugzilla
do-configure:
(cd ${WRKSRC}; ./checksetup.pl)
-#post-extract:
+post-extract:
# ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf
# ${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
-# ${CP} ${FILESDIR}/bugzilla.conf ${WRKSRC}
-# ${CP} ${FILESDIR}/localconfig ${WRKSRC}
+ ${CP} ${FILESDIR}/bugzilla.conf ${WRKSRC}
+ ${CP} ${FILESDIR}/localconfig ${WRKSRC}
do-install:
@@ -135,13 +135,13 @@ do-install:
${INSTALL_DATA} Bugzilla.pm ${DESTDIR}${BZDIR} ;\
${INSTALL_DATA} README ${DESTDIR}${DOCDIR} ;\
${INSTALL_DATA} localconfig ${DESTDIR}${EGDIR} ;\
+ ${INSTALL_DATA} bugzilla.conf ${DESTDIR}${EGDIR} ;\
${INSTALL_DATA} images/*.png ${DESTDIR}${BZDIR}/images ;\
${INSTALL_DATA} images/favicon.ico ${DESTDIR}${BZDIR} ;\
pax -rw -pmp Bugzilla ${DESTDIR}${BZDIR} ;\
pax -rw -pmp js ${DESTDIR}${BZDIR} ;\
pax -rw -pmp template ${DESTDIR}${BZDIR} ;\
)
- ${INSTALL_DATA} ${PKGDIR}/files/bugzilla.conf ${DESTDIR}${EGDIR}
#.for i in ${PAX_DIRS}
# cd ${WRKSRC}/${i} && pax -rw . ${DESTDIR}${BZDIR}/${i}
Home |
Main Index |
Thread Index |
Old Index