diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-23 20:48:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-23 20:48:10 +0800 |
commit | 4db462c2d32f9526ce9940e28a4b22915d0982f5 (patch) | |
tree | 0fd07967c16ce3cd84136d2ad83f8a9c1ea43ad2 | |
parent | bd23c60c0795c8ad39c1374ec932b2b524ff6a03 (diff) | |
download | freebsd-ports-gnome-4db462c2d32f9526ce9940e28a4b22915d0982f5.tar.gz freebsd-ports-gnome-4db462c2d32f9526ce9940e28a4b22915d0982f5.tar.zst freebsd-ports-gnome-4db462c2d32f9526ce9940e28a4b22915d0982f5.zip |
- DESKTOPDIR is in BSD.local.dist now
-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}/ |