summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-02 21:27:03 +0000
committerrillig <rillig@pkgsrc.org>2006-10-02 21:27:03 +0000
commitc0c5854a86b4b038e30237fa5be99e9990682573 (patch)
tree3d48e6783652fc5e0c5a5fd99f758c2674025ac8
parent188d4938c1174da06d269c2469b10b4855c79867 (diff)
downloadpkgsrc-c0c5854a86b4b038e30237fa5be99e9990682573.tar.gz
Fixed hard-coded paths. Bumped PKGREVISION.
-rw-r--r--chat/p5-Net-AOLIM/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/chat/p5-Net-AOLIM/Makefile b/chat/p5-Net-AOLIM/Makefile
index ac71d28cdc9..9ad42cf144e 100644
--- a/chat/p5-Net-AOLIM/Makefile
+++ b/chat/p5-Net-AOLIM/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:04 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/10/02 21:27:03 rillig Exp $
#
DISTNAME= Net-AOLIM-1.4
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -13,6 +13,9 @@ COMMENT= Perl5 module for connecting to AOL IM (TOC protocol)
WRKSRC= ${WRKDIR}/Net-AOLIM
PERL5_PACKLIST= auto/Net/AOLIM/.packlist
+REPLACE_PERL+= AOLIM-example.pl
+
+INSTALLATION_DIRS= ${PKGMANDIR}/man7
pre-configure:
${MV} ${WRKSRC}/example.pl ${WRKSRC}/AOLIM-example.pl; \
@@ -21,7 +24,7 @@ pre-configure:
< ${WRKSRC}/MANIFEST.orig > ${WRKSRC}/MANIFEST
post-install:
- ${INSTALL_MAN} ${WRKSRC}/TOC.7 ${PREFIX}/man/man7
+ ${INSTALL_MAN} ${WRKSRC}/TOC.7 ${PREFIX}/${PKGMANDIR}/man7
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"