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

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

Diff for /pkgsrc/pkgtools/cdpack/Makefile between version 1.27 and 1.28

version 1.27, 2008/06/12 02:14:42 version 1.28, 2008/06/16 15:29:35
Line 47  do-build:
Line 47  do-build:
   
 do-install:  do-install:
 .for f in cdpack cddist  .for f in cdpack cddist
         ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/bin          ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
         ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${PREFIX}/${PKGMANDIR}/man1          ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 .endfor  .endfor
         ${INSTALL_SCRIPT} ${WRKSRC}/cdgen.awk ${PREFIX}/libexec          ${INSTALL_SCRIPT} ${WRKSRC}/cdgen.awk ${DESTDIR}${PREFIX}/libexec
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>