Mon Jan 5 09:36:06 2009 UTC ()
On second thought, still install more complete documentation.


(wiz)
diff -r1.2 -r1.3 pkgsrc/misc/whohas/Makefile
diff -r1.2 -r1.3 pkgsrc/misc/whohas/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/misc/whohas/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/whohas/Makefile 2009/01/05 09:34:33 1.2
+++ pkgsrc/misc/whohas/Makefile 2009/01/05 09:36:05 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2 2009/01/05 09:34:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2009/01/05 09:36:05 wiz Exp $
2# 2#
3 3
4DISTNAME= whohas-0.22 4DISTNAME= whohas-0.22
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= http://www.philippwesche.org/200811/whohas/ 6MASTER_SITES= http://www.philippwesche.org/200811/whohas/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html 9HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html
10COMMENT= Query several packaging systems for a program 10COMMENT= Query several packaging systems for a program
11 11
12DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 12DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
13DEPENDS+= wget-[0-9]*:../../net/wget 13DEPENDS+= wget-[0-9]*:../../net/wget
14 14
@@ -18,16 +18,18 @@ REPLACE_PERL= program/whohas @@ -18,16 +18,18 @@ REPLACE_PERL= program/whohas
18 18
19INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \ 19INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \
20 share/doc/whohas 20 share/doc/whohas
21 21
22do-build: 22do-build:
23 # nothing 23 # nothing
24 24
25do-install: 25do-install:
26 ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin 26 ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin
27 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \ 27 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \
28 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 28 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
29 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \ 29 ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \
30 ${DESTDIR}${PREFIX}/${PKGMANDIR}/de/man1 30 ${DESTDIR}${PREFIX}/${PKGMANDIR}/de/man1
 31 ${INSTALL_DATA} ${WRKSRC}/intro* \
 32 ${DESTDIR}${PREFIX}/share/doc/whohas
31 33
32.include "../../lang/perl5/buildlink3.mk" 34.include "../../lang/perl5/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/misc/whohas/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/whohas/PLIST 2009/01/05 09:34:33 1.2
+++ pkgsrc/misc/whohas/PLIST 2009/01/05 09:36:05 1.3
@@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
1@comment $NetBSD: PLIST,v 1.2 2009/01/05 09:34:33 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/01/05 09:36:05 wiz Exp $
2bin/whohas 2bin/whohas
3man/de/man1/whohas.1 3man/de/man1/whohas.1
4man/man1/whohas.1 4man/man1/whohas.1
 5share/doc/whohas/intro.html
 6share/doc/whohas/intro.txt
5@dirrm share/doc/whohas 7@dirrm share/doc/whohas