summaryrefslogtreecommitdiff
path: root/net/pfnet/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-06 06:19:03 +0000
committerjlam <jlam>2005-08-06 06:19:03 +0000
commit604de5eda52e3686a2d4ae3dceebabd648c8beb2 (patch)
tree01ab92342ff180527d28ec20c4868e49f3c4def1 /net/pfnet/Makefile
parentea18d090b4d53d531b6357763a668e6a12f80f37 (diff)
downloadpkgsrc-604de5eda52e3686a2d4ae3dceebabd648c8beb2.tar.gz
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'net/pfnet/Makefile')
-rw-r--r--net/pfnet/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/pfnet/Makefile b/net/pfnet/Makefile
index e03c1af74fc..9ed0a14fd0a 100644
--- a/net/pfnet/Makefile
+++ b/net/pfnet/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= fnet.pl-1.4
PKGNAME= pfnet-1.4
+PKGREVISION= 1
CATEGORIES= chat net
MASTER_SITES= ftp://ftp.abattoir.com/pub/
@@ -19,8 +20,9 @@ do-build:
${SED} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/fnet.pl >${WRKSRC}/pfnet
do-install:
- ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
- ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm ${PERL5_SITELIB}
+ ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB}
+ ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm \
+ ${PERL5_INSTALLVENDORLIB}
${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"