summaryrefslogtreecommitdiff
path: root/net/pfnet/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
commit18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /net/pfnet/Makefile
parent81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff)
downloadpkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'net/pfnet/Makefile')
-rw-r--r--net/pfnet/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/pfnet/Makefile b/net/pfnet/Makefile
index 8e7ba2af98a..54d41d346b3 100644
--- a/net/pfnet/Makefile
+++ b/net/pfnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/11/22 22:30:07 tv Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:19 jlam Exp $
#
DISTNAME= fnet.pl-1.4
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.abattoir.com/pub/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.abattoir.com/~banshee/Tech/
-USE_PERL5= yes
+USE_PERL5= # defined
WRKSRC= ${WRKDIR}/fnet-1.4
@@ -17,8 +17,8 @@ do-build:
${SED} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/fnet.pl >${WRKSRC}/pfnet
do-install:
- ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm \
- ${PREFIX}/lib/perl5/site_perl/
- ${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${PREFIX}/bin/
+ ${INSTALL_DATA_DIR} ${PERL5_SITELIB}
+ ${INSTALL_DATA} ${WRKSRC}/CMDLINE.pm ${WRKSRC}/FNET.pm ${PERL5_SITELIB}
+ ${INSTALL_SCRIPT} ${WRKSRC}/pfnet ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"