diff options
author | swills <swills@FreeBSD.org> | 2014-04-13 10:23:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-13 10:23:06 +0800 |
commit | 736a7d33d33cd7fddf57d16c937540bb3cfbef7f (patch) | |
tree | 41a4e8b86f7217fc8f09550a123e9a96c767920d /devel | |
parent | b7e778dd5a0bb882dfa9a81a7dbfc763dc8e1436 (diff) | |
download | freebsd-ports-gnome-736a7d33d33cd7fddf57d16c937540bb3cfbef7f.tar.gz freebsd-ports-gnome-736a7d33d33cd7fddf57d16c937540bb3cfbef7f.tar.zst freebsd-ports-gnome-736a7d33d33cd7fddf57d16c937540bb3cfbef7f.zip |
- Stage
- Fix pkg-plist
- Pet portlint
PR: ports/188502
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-instant/Makefile | 5 | ||||
-rw-r--r-- | devel/py-instant/pkg-descr | 2 | ||||
-rw-r--r-- | devel/py-instant/pkg-plist | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/devel/py-instant/Makefile b/devel/py-instant/Makefile index 0cdc98504cf1..ce1fca0b6586 100644 --- a/devel/py-instant/Makefile +++ b/devel/py-instant/Makefile @@ -18,13 +18,8 @@ USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= instant -MAN1= instant-clean.1 \ - instant-showcache.1 -MANCOMPRESSED= yes - MMVERSION= 1.2 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \ diff --git a/devel/py-instant/pkg-descr b/devel/py-instant/pkg-descr index 94c89ec77321..b6f358e6df11 100644 --- a/devel/py-instant/pkg-descr +++ b/devel/py-instant/pkg-descr @@ -5,4 +5,4 @@ import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct. -WWW: https://launchpad.net/instant +WWW: https://launchpad.net/instant diff --git a/devel/py-instant/pkg-plist b/devel/py-instant/pkg-plist index ac8a5f168d85..2db8773973e1 100644 --- a/devel/py-instant/pkg-plist +++ b/devel/py-instant/pkg-plist @@ -1,5 +1,7 @@ bin/instant-clean bin/instant-showcache +man/man1/instant-clean.1.gz +man/man1/instant-showcache.1.gz %%PYTHON_SITELIBDIR%%/instant/__init__.py %%PYTHON_SITELIBDIR%%/instant/__init__.pyc %%PYTHON_SITELIBDIR%%/instant/__init__.pyo |