diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf/Makefile | 1 | ||||
-rw-r--r-- | databases/dbf/pkg-plist | 1 | ||||
-rw-r--r-- | databases/py-rrdpipe/Makefile | 1 | ||||
-rw-r--r-- | databases/py-rrdpipe/pkg-plist | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index fd9aedbce97c..e2bed25f60cd 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -18,6 +18,7 @@ COMMENT= Show and convert the content of dBASE III, IV, and 5.0 files WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +PLIST_FILES= bin/dbf USE_REINPLACE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" diff --git a/databases/dbf/pkg-plist b/databases/dbf/pkg-plist deleted file mode 100644 index c7838e6e24a9..000000000000 --- a/databases/dbf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dbf diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile index 10ae742fd91d..9d60f1e82fec 100644 --- a/databases/py-rrdpipe/Makefile +++ b/databases/py-rrdpipe/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py do-install: @${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR} diff --git a/databases/py-rrdpipe/pkg-plist b/databases/py-rrdpipe/pkg-plist deleted file mode 100644 index 7bfe68f2d0af..000000000000 --- a/databases/py-rrdpipe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py |