svn commit: r348577 - head/archivers/py-librtfcomp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 18 16:16:54 UTC 2014
Author: sunpoet
Date: Tue Mar 18 16:16:53 2014
New Revision: 348577
URL: http://svnweb.freebsd.org/changeset/ports/348577
QAT: https://qat.redports.org/buildarchive/r348577/
Log:
- 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]
Modified:
head/archivers/py-librtfcomp/Makefile
Modified: head/archivers/py-librtfcomp/Makefile
==============================================================================
--- head/archivers/py-librtfcomp/Makefile Tue Mar 18 16:16:49 2014 (r348576)
+++ head/archivers/py-librtfcomp/Makefile Tue Mar 18 16:16:53 2014 (r348577)
@@ -1,6 +1,7 @@
# Created by: Alexander Logvinov <ports at logvinov.com>
# $FreeBSD$
+PORTREVISION= 1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet at 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 \
More information about the svn-ports-all
mailing list