diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 20:01:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 20:01:26 +0000 |
commit | ad7fea9fee6865d9f82981a4df85a7bc96d4ac34 (patch) | |
tree | 0e3f21bbec593bf30b126a06e60d209ff6963f1e | |
parent | 7aaa65906d251706e81db6f5727980a4af4a78fb (diff) |
cleanup plist
Notes
Notes:
svn path=/head/; revision=375123
-rw-r--r-- | x11-wm/bbkeys/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/clementine/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/echinus/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/qlwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/swm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowlab/Makefile | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index be8f0a2671ed..384a9f69e956 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -25,7 +25,6 @@ PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO PLIST_FILES= bin/bbkeys %%DATADIR%%/bbkeysrc %%DATADIR%%/defaultStyle \ man/man1/bbkeys.1.gz man/man5/bbkeysrc.5.gz -PLIST_DIRS= %%DATADIR%% OPTIONS_DEFINE= DOCS diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile index fc85e53fcae4..809b976eea90 100644 --- a/x11-wm/clementine/Makefile +++ b/x11-wm/clementine/Makefile @@ -32,7 +32,6 @@ PLIST_FILES= bin/clementine \ %%DATADIR%%/look-turq \ %%DATADIR%%/look-xemacs \ %%DATADIR%%/keys -PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e \ diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index 6703bfc144da..4689df44ba37 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -27,7 +27,6 @@ PLIST_FILES= bin/echinus \ etc/echinus/echinusrc \ man/man1/echinus.1.gz -PLIST_DIRS= etc/echinus SUB_FILES= pkg-message post-patch: diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile index faae65df4eaf..f6835973be14 100644 --- a/x11-wm/qlwm/Makefile +++ b/x11-wm/qlwm/Makefile @@ -32,8 +32,6 @@ PLIST_FILES= bin/qlwm \ lib/qlwm/files/winlist.xpm \ lib/qlwm/qlwm \ man/man1/qlwm.1.gz -PLIST_DIRS= lib/qlwm/files \ - lib/qlwm SUB_FILES= qlwm diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile index 2fd546716a43..5982a4601a46 100644 --- a/x11-wm/swm/Makefile +++ b/x11-wm/swm/Makefile @@ -28,8 +28,6 @@ PLIST_FILES= ${BINS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} \ ${DATA:S,^,%%DATADIR%%/pixmaps/,} \ man/man1/swm.1.gz man/man1/swmbg.1.gz man/man1/swmswitch.1.gz \ man/de/man1/swm.1.gz man/de/man1/swmbg.1.gz man/de/man1/swmswitch.1.gz -PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% -PLIST_DIRSTRY= man/de/man1 man/de BINS= swm swmbg swmswitch SCRIPTS= startswm diff --git a/x11-wm/windowlab/Makefile b/x11-wm/windowlab/Makefile index 8a3dea5d8a58..ab52b5d915a7 100644 --- a/x11-wm/windowlab/Makefile +++ b/x11-wm/windowlab/Makefile @@ -23,7 +23,6 @@ MAKE_ENV= XROOT="${LOCALBASE}" SYSCONFDIR="${ETCDIR}" PORTDOCS= CHANGELOG README PLIST_FILES= bin/windowlab %%ETCDIR%%/menurc \ man/man1/windowlab.1x.gz -PLIST_DIRS= %%ETCDIR%% XFT_USE= XORG=xft XFT_USES= pkgconfig |