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 /security | |
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 'security')
-rw-r--r-- | security/sslwrap/Makefile | 2 | ||||
-rw-r--r-- | security/zenmap/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index ecef0aa4bbed..e23bda6006f0 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -33,7 +33,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif .include <bsd.port.mk> diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 02f01e53648e..41ac01dbf388 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -39,7 +39,7 @@ MLINKS= zenmap.1 xnmap.1 WITHOUT_PSYCO= yes .endif -.ifndef(WITHOUT_PSYCO) +.ifndef(WITHOUT_PSYCO) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco .endif |