diff options
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk> |