diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-11-19 07:30:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-11-19 07:30:13 +0800 |
commit | c224849c6a95ad6296f292799ed444d84cfea0c0 (patch) | |
tree | da10d5d6c48a96c02fa9efeed892fde293b96ec9 /textproc/scr2txt | |
parent | 018845f3c62f252d8d6a4afa2e0356566a0e8078 (diff) | |
download | freebsd-ports-gnome-c224849c6a95ad6296f292799ed444d84cfea0c0.tar.gz freebsd-ports-gnome-c224849c6a95ad6296f292799ed444d84cfea0c0.tar.zst freebsd-ports-gnome-c224849c6a95ad6296f292799ed444d84cfea0c0.zip |
Remove trailing whitespaces.
Feature safe: yes
Diffstat (limited to 'textproc/scr2txt')
-rw-r--r-- | textproc/scr2txt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index 5918470aeffc..52986b3d648f 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -20,7 +20,7 @@ MAN1= scr2txt.1 MANCOMPRESSED= yes PLIST_FILES= bin/scr2txt -do-install: +do-install: @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install .include <bsd.port.mk> |