[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / cups

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

Diff for /pkgsrc/print/cups/Makefile between version 1.184 and 1.185

version 1.184, 2011/11/13 21:49:17 version 1.185, 2011/11/14 01:23:26
Line 160  post-install:
Line 160  post-install:
                      ${DESTDIR}${DOCDIR}/$${file}; \                       ${DESTDIR}${DOCDIR}/$${file}; \
         done          done
         ${RUN} for file in cupsd.conf snmp.conf ; do                    \          ${RUN} for file in cupsd.conf snmp.conf ; do                    \
                 ${MV} -f ${DESTDIR}${CUPS_CONFDIR}/$${file}             \                  ${INSTALL_DATA} ${WRKSRC}/conf/$${file}                 \
                         ${DESTDIR}${EGDIR}/$${file};                    \                          ${DESTDIR}${EGDIR}/$${file};                    \
         done          done
         ${RM} -f ${DESTDIR}${CUPS_CONFDIR}/cupsd.conf.default  
 .if !empty(PKG_OPTIONS:Mpam)  .if !empty(PKG_OPTIONS:Mpam)
         ${INSTALL_DATA} ${WRKDIR}/cups.pam ${DESTDIR}${EGDIR}          ${INSTALL_DATA} ${WRKDIR}/cups.pam ${DESTDIR}${EGDIR}
 .endif  .endif

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185

CVSweb <webmaster@jp.NetBSD.org>