diff options
author | jmz <jmz@FreeBSD.org> | 1999-08-27 07:44:09 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-08-27 07:44:09 +0800 |
commit | 5343c08feedd94d8c000768ae223b6d8bf5ff648 (patch) | |
tree | 50d8fe17eef4c3d2b60507d4a3386c6c86cac920 /comms | |
parent | a58c14b03a4c7a776770ad8096d00e8634c47297 (diff) | |
download | freebsd-ports-gnome-5343c08feedd94d8c000768ae223b6d8bf5ff648.tar.gz freebsd-ports-gnome-5343c08feedd94d8c000768ae223b6d8bf5ff648.tar.zst freebsd-ports-gnome-5343c08feedd94d8c000768ae223b6d8bf5ff648.zip |
Portlint.
PR: ports/13182
Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
Diffstat (limited to 'comms')
-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> |