diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-03 01:57:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-03 01:57:06 +0000 |
commit | 8b49bbee7fe704f96647c83815cbfbfefcf7c60b (patch) | |
tree | b758c0efe88d7385855e986df744a49790c62fc0 /net/proftpd | |
parent | 0bc1456482ace6b105998cc97cb7be3c13c2dcb4 (diff) | |
download | pkgsrc-8b49bbee7fe704f96647c83815cbfbfefcf7c60b.tar.gz |
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 (limited to 'net/proftpd')
-rw-r--r-- | net/proftpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 76b840cd3b7..9942038590f 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 @@ BUILD_DEFS+= VARBASE 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 |