diff options
Diffstat (limited to 'editors/fileobj/Makefile')
-rw-r--r-- | editors/fileobj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile index 0b089a2f6b41..d29cfbf12f44 100644 --- a/editors/fileobj/Makefile +++ b/editors/fileobj/Makefile @@ -1,7 +1,6 @@ PORTNAME= fileobj DISTVERSIONPREFIX= v -DISTVERSION= 0.8.6 -PORTREVISION= 2 +DISTVERSION= 0.8.7 CATEGORIES= editors MAINTAINER= tkusumi@netbsd.org @@ -19,6 +18,7 @@ USE_PYTHON= autoplist concurrent distutils optsuffix PLIST_FILES= share/man/man1/fileobj.1.gz post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fileobj/_native.cpython-${PYTHON_SUFFIX}.so ${INSTALL_MAN} ${WRKSRC}/doc/fileobj.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 |