diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-19 00:16:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-19 00:16:53 +0800 |
commit | 51fe711bd684500240da3a23a6685aad4e7fc9b4 (patch) | |
tree | 226de3316b304ca528c947d4353bfdfccaad6a67 /archivers/py-librtfcomp | |
parent | 582e943c615b210c7a1ddf5a1c3d46a9867d2fb9 (diff) | |
download | freebsd-ports-gnome-51fe711bd684500240da3a23a6685aad4e7fc9b4.tar.gz freebsd-ports-gnome-51fe711bd684500240da3a23a6685aad4e7fc9b4.tar.zst freebsd-ports-gnome-51fe711bd684500240da3a23a6685aad4e7fc9b4.zip |
- Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Suggested by: vd [1]
Diffstat (limited to 'archivers/py-librtfcomp')
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index 674cf41ab720..f1c47aaef20a 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -1,6 +1,7 @@ # Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ +PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -15,7 +16,7 @@ USE_PYTHON= 2 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python -PLIST= # empty +PLIST= ${NONEXISTENT} PLIST_FILES= %%PYTHON_SITELIBDIR%%/pyrtfcomp.a \ %%PYTHON_SITELIBDIR%%/pyrtfcomp.la \ |