diff options
author | abs <abs> | 2009-12-17 19:32:28 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-17 19:32:28 +0000 |
commit | 441e6d21f18337dfe6cd79e01e8ff9d36bbe840b (patch) | |
tree | c35d9b22df25689baf569062d7ad7acf36e23ad2 | |
parent | cbfd065b34570ce896b6d5bb5ab798a191f0076e (diff) | |
download | pkgsrc-441e6d21f18337dfe6cd79e01e8ff9d36bbe840b.tar.gz |
Fix the do-install to include DESTDIR references - not sufficient in itself so PKG_DESTDIR_SUPPORT not turned on
-rw-r--r-- | www/wwwcount/Makefile | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index 919f45208c9..babcfceee61 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/01/12 16:09:22 taca Exp $ +# $NetBSD: Makefile,v 1.18 2009/12/17 19:32:28 abs Exp $ DISTNAME= wwwcount2.5 PKGNAME= wwwcount-2.5 @@ -27,29 +27,29 @@ pre-configure: do-install: cd ${WRKSRC}; yes "" | ./Count-install - ${INSTALL_DATA} ${FILESDIR}/wwwcount.conf ${PREFIX}/share/examples - ${INSTALL_PROGRAM} ${WRKSRC}/utils/extdgts/extdgts ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/utils/mkstrip/mkstrip ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/utils/mkstrip/mkstrip.1 ${PREFIX}/${PKGMANDIR}/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/blues.gif ${PREFIX}/share/doc/wwwcount - ${INSTALL_MAN} ${WRKSRC}/docs/Count.html ${PREFIX}/share/doc/wwwcount - ( cd ${PREFIX}/share/doc/wwwcount && ${LN} -s Count.html index.html ) - ${INSTALL_MAN} ${WRKSRC}/docs/Count2_5-ex.html ${PREFIX}/share/doc/wwwcount - ${INSTALL_MAN} ${WRKSRC}/docs/Count_Changelog.html ${PREFIX}/share/doc/wwwcount - ${INSTALL_MAN} ${WRKSRC}/docs/Count_FAQ.html ${PREFIX}/share/doc/wwwcount - ${INSTALL_MAN} ${WRKSRC}/docs/Count_download.html ${PREFIX}/share/doc/wwwcount - ${INSTALL_MAN} ${WRKSRC}/docs/Count_mirrors.html ${PREFIX}/share/doc/wwwcount - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/c-c.txt ${PREFIX}/share/doc/wwwcount/Count2.5 - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/gen-c.txt ${PREFIX}/share/doc/wwwcount/Count2.5 - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleA.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleB.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleC.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleD.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleE.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/stylecd.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/stylecdd.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/stylecdr.gif ${PREFIX}/share/doc/wwwcount/Count2.5/images - ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/eximages/* ${PREFIX}/share/doc/wwwcount/Count2.5/eximages - ${INSTALL_SCRIPT} ${WRKSRC}/utils/mkstrip/mkstrip.sh ${PREFIX}/libdata/wwwcount/digits + ${INSTALL_DATA} ${FILESDIR}/wwwcount.conf ${DESTDIR}${PREFIX}/share/examples + ${INSTALL_PROGRAM} ${WRKSRC}/utils/extdgts/extdgts ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/utils/mkstrip/mkstrip ${DESTDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/utils/mkstrip/mkstrip.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/blues.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount + ${INSTALL_MAN} ${WRKSRC}/docs/Count.html ${DESTDIR}${PREFIX}/share/doc/wwwcount + ( cd ${DESTDIR}${PREFIX}/share/doc/wwwcount && ${LN} -s Count.html index.html ) + ${INSTALL_MAN} ${WRKSRC}/docs/Count2_5-ex.html ${DESTDIR}${PREFIX}/share/doc/wwwcount + ${INSTALL_MAN} ${WRKSRC}/docs/Count_Changelog.html ${DESTDIR}${PREFIX}/share/doc/wwwcount + ${INSTALL_MAN} ${WRKSRC}/docs/Count_FAQ.html ${DESTDIR}${PREFIX}/share/doc/wwwcount + ${INSTALL_MAN} ${WRKSRC}/docs/Count_download.html ${DESTDIR}${PREFIX}/share/doc/wwwcount + ${INSTALL_MAN} ${WRKSRC}/docs/Count_mirrors.html ${DESTDIR}${PREFIX}/share/doc/wwwcount + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/c-c.txt ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5 + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/gen-c.txt ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5 + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleA.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleB.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleC.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleD.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/styleE.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/stylecd.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/stylecdd.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/images/stylecdr.gif ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/images + ${INSTALL_MAN} ${WRKSRC}/docs/Count2.5/eximages/* ${DESTDIR}${PREFIX}/share/doc/wwwcount/Count2.5/eximages + ${INSTALL_SCRIPT} ${WRKSRC}/utils/mkstrip/mkstrip.sh ${DESTDIR}${PREFIX}/libdata/wwwcount/digits .include "../../mk/bsd.pkg.mk" |