pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/proftpd Fix REPLACE_PERL. USE_TOOLS+=perl:run, sin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73f07ccdc3fd
branches:  trunk
changeset: 590090:73f07ccdc3fd
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jul 03 01:57:06 2011 +0000

description:
Fix REPLACE_PERL. USE_TOOLS+=perl:run, since it installs the perl scripts
that it's doing REPLACE_PERL on. PKGREVISION -> 1 because of the new dep.

diffstat:

 net/proftpd/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r f235a4f093b2 -r 73f07ccdc3fd net/proftpd/Makefile
--- a/net/proftpd/Makefile      Sun Jul 03 01:47:41 2011 +0000
+++ b/net/proftpd/Makefile      Sun Jul 03 01:57:06 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2011/05/20 11:15:01 adam Exp $
+# $NetBSD: Makefile,v 1.63 2011/07/03 01:57:06 dholland Exp $
 
 DISTNAME=      proftpd-1.3.3e
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.proftpd.org/distrib/source/ \
                ftp://ftp.servus.at/ProFTPD/distrib/source/ \
@@ -16,7 +17,7 @@
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
-USE_TOOLS+=            gmake intltool msgfmt
+USE_TOOLS+=            gmake intltool msgfmt perl:run
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}/run
@@ -30,7 +31,7 @@
 
 RCD_SCRIPTS=           proftpd
 REPLACE_PERL+=         contrib/ftpasswd
-REPLACE_PERL+=         src/prxs
+REPLACE_PERL+=         src/prxs.in
 
 CONF_FILES=            ${PREFIX}/share/examples/proftpd/basic.conf \
                        ${PKG_SYSCONFDIR}/proftpd.conf



Home | Main Index | Thread Index | Old Index