diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-08-26 23:44:09 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-08-26 23:44:09 +0000 |
commit | e90c48eb06a55c1244d943ac6a451d42c0291453 (patch) | |
tree | 5135c61d4aa5da0be47218149f561e0e87d8ab8f /comms | |
parent | Forced commit, the PR was actually (diff) |
Portlint.
PR: ports/13182
Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
Notes
Notes:
svn path=/head/; revision=21016
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> |