diff options
-rw-r--r-- | devel/bpython/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 5524002ffefc..e658f6705e92 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -40,7 +40,6 @@ post-patch: @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/${PYSETUP} post-install: - ${MKDIR} ${DESKTOPDIR}/ ${INSTALL_MAN} ${WRKSRC}/build/man/bpython.1 ${MANPREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/build/man/bpython-config.5 ${MANPREFIX}/man/man5/ ${INSTALL_DATA} ${WRKSRC}/data/bpython.desktop ${DESKTOPDIR}/ |