diff options
author | brooks <brooks@FreeBSD.org> | 2013-10-18 22:40:44 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-10-18 22:40:44 +0800 |
commit | ca7b9ce0e7323bfa90535cfd2fb43fb834688807 (patch) | |
tree | 309d41c1181134d1b9c77b6b95fbdc41e9778cee | |
parent | 90983950c26d1f151d590594bd967f2e69f486f5 (diff) | |
download | freebsd-ports-gnome-ca7b9ce0e7323bfa90535cfd2fb43fb834688807.tar.gz freebsd-ports-gnome-ca7b9ce0e7323bfa90535cfd2fb43fb834688807.tar.zst freebsd-ports-gnome-ca7b9ce0e7323bfa90535cfd2fb43fb834688807.zip |
STAGIFY
-rw-r--r-- | security/pssh/Makefile | 3 | ||||
-rw-r--r-- | security/pssh/pkg-plist | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile index af667dc1bb7c..daced1a2e8e3 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -14,12 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync -MAN1= pnuke.1 prsync.1 pscp.1 pslurp.1 pssh.1 - USE_PYTHON= yes USE_PYDISTUTILS= yes PROJECTHOST= parallel-ssh -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/pssh/pkg-plist b/security/pssh/pkg-plist index 8aa41b135ee3..eca69d65dea3 100644 --- a/security/pssh/pkg-plist +++ b/security/pssh/pkg-plist @@ -31,4 +31,9 @@ bin/pssh-askpass %%PYTHON_SITELIBDIR%%/psshlib/version.py %%PYTHON_SITELIBDIR%%/psshlib/version.pyc %%PYTHON_SITELIBDIR%%/psshlib/version.pyo +man/man1/pnuke.1.gz +man/man1/prsync.1.gz +man/man1/pscp.1.gz +man/man1/pslurp.1.gz +man/man1/pssh.1.gz @dirrm %%PYTHON_SITELIBDIR%%/psshlib |