diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 04:00:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 04:00:26 +0800 |
commit | 368eb029f20cc5b188b3aac4a858dcfeb92f605d (patch) | |
tree | ef4c91ed1b8110add5ea64c72b5592d740fbabc5 /x11-toolkits | |
parent | d1509e9b43d494c277e13d1349511edca54d3739 (diff) | |
download | freebsd-ports-gnome-368eb029f20cc5b188b3aac4a858dcfeb92f605d.tar.gz freebsd-ports-gnome-368eb029f20cc5b188b3aac4a858dcfeb92f605d.tar.zst freebsd-ports-gnome-368eb029f20cc5b188b3aac4a858dcfeb92f605d.zip |
cleanup plist
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gai/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tktray/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/vtkfox/Makefile | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index 6601788b4eb3..56fb741302e4 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -24,7 +24,6 @@ CPPFLAGS+= `pkg-config --cflags libgnomeui-2.0` PLIST_FILES= include/gai/gai.h lib/libgai.so.${PORTVERSION} \ lib/libgai.so.0 lib/libgai.so libdata/pkgconfig/gai.pc \ share/locale/de/LC_MESSAGES/gai.mo -PLIST_DIRS= include/gai PORTDOCS= * USE_LDCONFIG= yes diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 205e9b1525b5..0000e999e7c5 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -33,7 +33,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} BASEDIR= lib/${PORTNAME}${BASE_VERSION} PLIST_FILES= ${BASEDIR}/${PORTNAME}.so \ ${BASEDIR}/pkgIndex.tcl -PLIST_DIRS= ${BASEDIR} post-patch: ${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|; \ diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index 5dc9263820da..6daf833d1cbf 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -18,8 +18,6 @@ QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so -PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/designer \ - ${QT_PLUGINDIR_REL} STRIP_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile index 5aca1c293e6d..21aca0846d1c 100644 --- a/x11-toolkits/tktray/Makefile +++ b/x11-toolkits/tktray/Makefile @@ -21,6 +21,5 @@ TKPKG= ${PORTNAME}${PORTVERSION} PLIST_FILES= lib/${TKPKG}/libtktray.so.1 \ lib/${TKPKG}/pkgIndex.tcl \ man/mann/${PORTNAME}.n.gz -PLIST_DIRS= lib/${TKPKG} .include <bsd.port.mk> diff --git a/x11-toolkits/vtkfox/Makefile b/x11-toolkits/vtkfox/Makefile index 6ca9e07d1780..834634f44602 100644 --- a/x11-toolkits/vtkfox/Makefile +++ b/x11-toolkits/vtkfox/Makefile @@ -45,7 +45,6 @@ PLIST_FILES= include/vtkfox/FXVTKCanvas.h \ lib/libvtkfox.so \ lib/libvtkfox.so.1 \ libdata/pkgconfig/vtkfox.pc -PLIST_DIRS= include/vtkfox SAMPLE_FILES= imgsurf double cone quad xyplot simple PORTEXAMPLES= * |