diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-10 15:47:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-10 15:47:22 +0000 |
commit | 42a15ee56cd9a3683da33109676c2f73ec08a976 (patch) | |
tree | 5cc52206390d3e303896effd490a6efdb8dce784 /archivers | |
parent | - Use USES=libtool (diff) |
- Use USES=libtool
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=361471
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index f1c47aaef20a..d1a5f039d9d9 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -19,7 +19,6 @@ INSTALL_WRKSRC= ${WRKSRC}/python PLIST= ${NONEXISTENT} PLIST_FILES= %%PYTHON_SITELIBDIR%%/pyrtfcomp.a \ - %%PYTHON_SITELIBDIR%%/pyrtfcomp.la \ %%PYTHON_SITELIBDIR%%/pyrtfcomp.so MASTERDIR= ${.CURDIR}/../librtfcomp |