diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-27 22:20:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-27 22:20:24 +0800 |
commit | 623a797780bbab6f177813cdc3743653758a6f15 (patch) | |
tree | efbcd5d5649813c48797f5e9f0b1df4e70901d72 | |
parent | 328e990a91f59944acff79f326c03ba8c38f41f0 (diff) | |
download | freebsd-ports-gnome-623a797780bbab6f177813cdc3743653758a6f15.tar.gz freebsd-ports-gnome-623a797780bbab6f177813cdc3743653758a6f15.tar.zst freebsd-ports-gnome-623a797780bbab6f177813cdc3743653758a6f15.zip |
make it buildable under 4.3 (perl 5.005_03)
PR: 27309
Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com>
-rw-r--r-- | mail/rlytest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rlytest/Makefile b/mail/rlytest/Makefile index f4d81a7416d6..036e8e39e60e 100644 --- a/mail/rlytest/Makefile +++ b/mail/rlytest/Makefile @@ -26,7 +26,7 @@ pre-patch: perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKSRC}/rlytest do-build: - pod2man ${WRKSRC}/rlytest ${WRKSRC}/rlytest.1 + pod2man ${WRKSRC}/rlytest > ${WRKSRC}/rlytest.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/ |