summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/whohas/Makefile16
-rw-r--r--misc/whohas/PLIST6
-rw-r--r--misc/whohas/distinfo8
3 files changed, 17 insertions, 13 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile
index 53f44d301c3..d03081e90d6 100644
--- a/misc/whohas/Makefile
+++ b/misc/whohas/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/05 09:34:33 wiz Exp $
#
-DISTNAME= whohas-0.21
+DISTNAME= whohas-0.22
CATEGORIES= misc
MASTER_SITES= http://www.philippwesche.org/200811/whohas/
@@ -14,16 +14,20 @@ DEPENDS+= wget-[0-9]*:../../net/wget
USE_LANGUAGES= # none
-REPLACE_PERL= whohas
+REPLACE_PERL= program/whohas
-INSTALLATION_DIRS= bin share/doc/whohas
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \
+ share/doc/whohas
do-build:
# nothing
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/whohas ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/intro* ${DESTDIR}${PREFIX}/share/doc/whohas
+ ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/de/man1
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/whohas/PLIST b/misc/whohas/PLIST
index bd289e2ab13..87b54976f45 100644
--- a/misc/whohas/PLIST
+++ b/misc/whohas/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/01/05 09:34:33 wiz Exp $
bin/whohas
-share/doc/whohas/intro.html
-share/doc/whohas/intro.txt
+man/de/man1/whohas.1
+man/man1/whohas.1
@dirrm share/doc/whohas
diff --git a/misc/whohas/distinfo b/misc/whohas/distinfo
index cddaef48895..16e81399ab1 100644
--- a/misc/whohas/distinfo
+++ b/misc/whohas/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/09 10:53:10 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/01/05 09:34:33 wiz Exp $
-SHA1 (whohas-0.21.tar.gz) = 4830e6b37814d7356dd50d843a0eb6ebccf83fba
-RMD160 (whohas-0.21.tar.gz) = 3e2940894076b7e1e98e7cb86a1c9d0eb438ced7
-Size (whohas-0.21.tar.gz) = 19906 bytes
+SHA1 (whohas-0.22.tar.gz) = 936832728dccf7f2c46d741f928c52ee4f84dcb1
+RMD160 (whohas-0.22.tar.gz) = 6773f2adc54e59de71e71da2d791a2e84c1d78a1
+Size (whohas-0.22.tar.gz) = 189655 bytes