diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-05-02 02:09:48 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-05-02 02:09:48 +0000 |
commit | 1b6ec08920c3edc0046aab5436f9f2729e2e2c0a (patch) | |
tree | 8906dd5953bd17edb51f68a56d5236c2f3ea88d2 /mail | |
parent | Enable TIFF and XCF support and bump PORTREVISION. (diff) |
Missed this one. Should use GNU configure --prefix instead of Perl.
Pointy hat to: me
Notes
Notes:
svn path=/head/; revision=58442
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rblcheck/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile index 7341eabfb72c..14584a56be0e 100644 --- a/mail/rblcheck/Makefile +++ b/mail/rblcheck/Makefile @@ -16,8 +16,7 @@ MAINTAINER= moro@remus.dti.ne.jp USE_GMAKE= yes GNU_CONFIGURE= yes -post-build: - @${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/rbl +CONFIGURE_ARGS+= --prefix=${PREFIX} do-install: @${INSTALL_SCRIPT} ${WRKSRC}/rbl ${PREFIX}/bin |