From 5343c08feedd94d8c000768ae223b6d8bf5ff648 Mon Sep 17 00:00:00 2001 From: jmz Date: Thu, 26 Aug 1999 23:44:09 +0000 Subject: Portlint. PR: ports/13182 Submitted by: Oleg V. Volkov --- comms/mgetty+sendfax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 145c86032288..6164e772bce6 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -31,14 +31,14 @@ MAN5= faxqueue.5 MAN8= callback.8 \ faxrunqd.8 \ mgetty.8 \ - sendfax.8 + sendfax.8 pre-install: @(cd ${WRKSRC}/doc; ${MAKE} manpages) .if !defined(BATCH) post-install: - @(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; /usr/bin/perl INSTALL _ POST-INSTALL) + @(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; ${PERL5} INSTALL _ POST-INSTALL) .endif .include -- cgit