diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-15 03:41:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-15 03:41:04 +0800 |
commit | ea35fff5096576112c3c77f3fef80954aef215db (patch) | |
tree | 9ef4712113cf85ce22b6a43d7e424b42870746a7 | |
parent | 24cb90db1f267948db53e8298b5ee5c663f321ca (diff) | |
download | freebsd-ports-gnome-ea35fff5096576112c3c77f3fef80954aef215db.tar.gz freebsd-ports-gnome-ea35fff5096576112c3c77f3fef80954aef215db.tar.zst freebsd-ports-gnome-ea35fff5096576112c3c77f3fef80954aef215db.zip |
- Use PLIST_FILES
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 6 | ||||
-rw-r--r-- | archivers/py-librtfcomp/pkg-plist | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index 2c03fd23b4f1..34fae11c004f 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -15,7 +15,11 @@ USE_PYTHON= yes BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python -PLIST= ${.CURDIR}/pkg-plist +PLIST= # empty + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/pyrtfcomp.a \ + %%PYTHON_SITELIBDIR%%/pyrtfcomp.la \ + %%PYTHON_SITELIBDIR%%/pyrtfcomp.so MASTERDIR= ${.CURDIR}/../librtfcomp SLAVEPORT= py diff --git a/archivers/py-librtfcomp/pkg-plist b/archivers/py-librtfcomp/pkg-plist deleted file mode 100644 index cd3d527a0d95..000000000000 --- a/archivers/py-librtfcomp/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/pyrtfcomp.a -%%PYTHON_SITELIBDIR%%/pyrtfcomp.la -%%PYTHON_SITELIBDIR%%/pyrtfcomp.so |