aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-librtfcomp/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-18 16:16:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-18 16:16:53 +0000
commite41a946b4c64c89f485399135c631a92a532bf1c (patch)
tree226de3316b304ca528c947d4353bfdfccaad6a67 /archivers/py-librtfcomp/Makefile
parentd0e4e95b5ff07b665944602f466bbe2f9bb7cfa7 (diff)
downloadports-e41a946b4c64c89f485399135c631a92a532bf1c.tar.gz
ports-e41a946b4c64c89f485399135c631a92a532bf1c.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]
Notes
Notes: svn path=/head/; revision=348577
Diffstat (limited to 'archivers/py-librtfcomp/Makefile')
-rw-r--r--archivers/py-librtfcomp/Makefile3
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 \