diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-02-12 12:22:45 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-02-12 12:22:45 +0800 |
commit | 833e1bee84c44ce477864dd5fe3919360c49a1e6 (patch) | |
tree | d5bebd70d1a280f4ebef8b0e61c64ccc9bb26913 /print/muttprint | |
parent | d77678d4192c94b31637bd7a6e1ad610d07c8b92 (diff) | |
download | freebsd-ports-gnome-833e1bee84c44ce477864dd5fe3919360c49a1e6.tar.gz freebsd-ports-gnome-833e1bee84c44ce477864dd5fe3919360c49a1e6.tar.zst freebsd-ports-gnome-833e1bee84c44ce477864dd5fe3919360c49a1e6.zip |
Fix spacing problem I created when fixing tabs
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 2 |
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> |