svn commit: r375031 - in head/editors: aee emacs emacs-devel ne texworks wordgrinder zile
Baptiste Daroussin
bapt at FreeBSD.org
Sat Dec 20 18:12:08 UTC 2014
Author: bapt
Date: Sat Dec 20 18:12:05 2014
New Revision: 375031
URL: https://svnweb.freebsd.org/changeset/ports/375031
QAT: https://qat.redports.org/buildarchive/r375031/
Log:
Cleanup plist
Modified:
head/editors/aee/Makefile
head/editors/emacs-devel/Makefile
head/editors/emacs/Makefile
head/editors/ne/Makefile
head/editors/texworks/Makefile
head/editors/wordgrinder/Makefile
head/editors/zile/Makefile
Modified: head/editors/aee/Makefile
==============================================================================
--- head/editors/aee/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/aee/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -18,7 +18,6 @@ XAE_DESC= Build X11 version 'xae'
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/aee bin/rae man/man1/aee.1.gz %%DATADIR%%/help.ae
-PLIST_DIRS= %%DATADIR%%
.include <bsd.port.options.mk>
Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/emacs-devel/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -100,21 +100,6 @@ SVG_CONFIGURE_WITH= rsvg
X11_CONFIGURE_WITH= x
X11_USE= XORG=x11
X11_USES= desktop-file-utils
-X11_PLIST_DIRSTRY_OFF= share/icons/hicolor/scalable/mimetypes \
- share/icons/hicolor/scalable/apps \
- share/icons/hicolor/scalable \
- share/icons/hicolor/48x48/apps \
- share/icons/hicolor/48x48 \
- share/icons/hicolor/32x32/apps \
- share/icons/hicolor/32x32 \
- share/icons/hicolor/24x24/apps \
- share/icons/hicolor/24x24 \
- share/icons/hicolor/16x16/apps \
- share/icons/hicolor/16x16 \
- share/icons/hicolor/128x128/apps \
- share/icons/hicolor/128x128 \
- share/icons/hicolor \
- share/icons
GTK2_USE= GNOME=gtk20
GTK2_CONFIGURE_ON= --with-x-toolkit=gtk2
Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/emacs/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -110,21 +110,6 @@ SVG_CONFIGURE_WITH= rsvg
X11_CONFIGURE_WITH= x
X11_USE= XORG=x11
X11_USES= desktop-file-utils
-X11_PLIST_DIRSTRY_OFF= share/icons/hicolor/scalable/mimetypes \
- share/icons/hicolor/scalable/apps \
- share/icons/hicolor/scalable \
- share/icons/hicolor/48x48/apps \
- share/icons/hicolor/48x48 \
- share/icons/hicolor/32x32/apps \
- share/icons/hicolor/32x32 \
- share/icons/hicolor/24x24/apps \
- share/icons/hicolor/24x24 \
- share/icons/hicolor/16x16/apps \
- share/icons/hicolor/16x16 \
- share/icons/hicolor/128x128/apps \
- share/icons/hicolor/128x128 \
- share/icons/hicolor \
- share/icons
GTK2_USE= GNOME=gtk20
GTK2_CONFIGURE_ON= --with-x-toolkit=gtk2
Modified: head/editors/ne/Makefile
==============================================================================
--- head/editors/ne/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/ne/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -50,7 +50,6 @@ PLIST_FILES= bin/${PORTNAME} \
%%DATADIR%%/syntax/texinfo.jsf %%DATADIR%%/syntax/troff.jsf \
%%DATADIR%%/syntax/txt2tags.jsf %%DATADIR%%/syntax/verilog.jsf \
%%DATADIR%%/syntax/vhdl.jsf %%DATADIR%%/syntax/xml.jsf
-PLIST_DIRS= %%DATADIR%%/syntax %%DATADIR%%
OPTIONS_DEFINE= DEBUG DOCS
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/texworks/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -45,7 +45,6 @@ DESKTOP_ENTRIES="TexWorks" \
PLIST_FILES= bin/texworks \
man/man1/texworks.1.gz \
share/pixmaps/TeXworks.png
-PLIST_DIRS= lib/texworks
PORTDOCS= *
.include <bsd.port.options.mk>
Modified: head/editors/wordgrinder/Makefile
==============================================================================
--- head/editors/wordgrinder/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/wordgrinder/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -15,7 +15,6 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:${P
USES= lua:52 tar:bzip2 gmake
-PLIST_DIRS= share/doc/wordgrinder
PLIST_FILES= bin/wordgrinder \
share/doc/wordgrinder/README.wg \
man/man1/wordgrinder.1.gz
Modified: head/editors/zile/Makefile
==============================================================================
--- head/editors/zile/Makefile Sat Dec 20 18:09:21 2014 (r375030)
+++ head/editors/zile/Makefile Sat Dec 20 18:12:05 2014 (r375031)
@@ -26,7 +26,6 @@ PLIST_FILES= bin/${PORTNAME} \
%%DOCSDIR%%/FAQ \
%%DOCSDIR%%/NEWS \
%%DOCSDIR%%/dotzile.sample
-PLIST_DIRS= %%DOCSDIR%%
CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
More information about the svn-ports-head
mailing list