summaryrefslogtreecommitdiff
path: root/print/muttprint
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-12 04:22:45 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-02-12 04:22:45 +0000
commit298ec05dd2720caf3606eb55735d951fab1ee76c (patch)
tree5610fb3484102cd7baf8518e5772bc258d490825 /print/muttprint
parentAdd muttprint 0.61, utility to print mail with mutt. (diff)
Fix spacing problem I created when fixing tabs
Notes
Notes: svn path=/head/; revision=54585
Diffstat (limited to 'print/muttprint')
-rw-r--r--print/muttprint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile
index 8db024770e6e..073a061b179f 100644
--- a/print/muttprint/Makefile
+++ b/print/muttprint/Makefile
@@ -21,7 +21,7 @@ post-patch:
-${RM} -f ${WRKSRC}/pics/*.orig
.if !defined(NOPORTDOCS)
- INSTALL_TARGET=install-with-doc
+INSTALL_TARGET=install-with-doc
.endif
.include <bsd.port.mk>