diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 04:01:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 04:01:26 +0800 |
commit | 5fa259ff4cd117cf80d08d37a40f701ea5526593 (patch) | |
tree | 0e3f21bbec593bf30b126a06e60d209ff6963f1e /x11-wm | |
parent | 368eb029f20cc5b188b3aac4a858dcfeb92f605d (diff) | |
download | freebsd-ports-gnome-5fa259ff4cd117cf80d08d37a40f701ea5526593.tar.gz freebsd-ports-gnome-5fa259ff4cd117cf80d08d37a40f701ea5526593.tar.zst freebsd-ports-gnome-5fa259ff4cd117cf80d08d37a40f701ea5526593.zip |
cleanup plist
Diffstat (limited to 'x11-wm')
-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 |