diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 01:43:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 01:43:10 +0800 |
commit | 4497cfd24935ba4894b269cc6bffd664f527af84 (patch) | |
tree | f3e263f45ed0e90df49d26cd50b68a633f784699 /deskutils | |
parent | 0c2ec2f2f82abbf4122be7a534860ad8c48a66c9 (diff) | |
download | freebsd-ports-gnome-4497cfd24935ba4894b269cc6bffd664f527af84.tar.gz freebsd-ports-gnome-4497cfd24935ba4894b269cc6bffd664f527af84.tar.zst freebsd-ports-gnome-4497cfd24935ba4894b269cc6bffd664f527af84.zip |
Cleanup plist
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cdcat/Makefile | 1 | ||||
-rw-r--r-- | deskutils/jlj/Makefile | 1 | ||||
-rw-r--r-- | deskutils/osynctool/Makefile | 1 | ||||
-rw-r--r-- | deskutils/phpcollab/Makefile | 1 | ||||
-rw-r--r-- | deskutils/surrealtodo/Makefile | 1 | ||||
-rw-r--r-- | deskutils/todo/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile index 9a34224ada40..89af461a8b54 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -49,7 +49,6 @@ PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_${lang}.qm PLIST_FILES+= share/icons/hicolor/${size}x${size}/apps/${PORTNAME}_logo.png .endfor PLIST_FILES+= share/icons/hicolor/scalable/apps/${PORTNAME}_logo.svg -PLIST_DIRS= %%DATADIR%%/translations %%DATADIR%% DESKTOP_ENTRIES="CdCat" "Hyper's CD Catalog" "${DATADIR}/${PORTNAME}.png" \ "${PORTNAME}" "AudioVideo;Qt;" "" diff --git a/deskutils/jlj/Makefile b/deskutils/jlj/Makefile index abbc40df75e2..c4ffbd93e582 100644 --- a/deskutils/jlj/Makefile +++ b/deskutils/jlj/Makefile @@ -19,7 +19,6 @@ NO_BUILD= yes SUB_FILES= pkg-message PLIST_FILES= bin/jlj share/examples/jlj/dot.livejournal.rc -PLIST_DIRS= share/examples/jlj PORTDOCS= README SHEBANG_FILES= jlj.pl diff --git a/deskutils/osynctool/Makefile b/deskutils/osynctool/Makefile index db9602ef1793..dc451933d419 100644 --- a/deskutils/osynctool/Makefile +++ b/deskutils/osynctool/Makefile @@ -17,6 +17,5 @@ USES= cmake:outsource pkgconfig tar:bzip2 PLIST_FILES= bin/${PORTNAME} \ etc/bash_completion.d/${PORTNAME}.sh -PLIST_DIRSTRY= etc/bash_completion.d .include <bsd.port.mk> diff --git a/deskutils/phpcollab/Makefile b/deskutils/phpcollab/Makefile index 84dd879386b5..ed6e56554554 100644 --- a/deskutils/phpcollab/Makefile +++ b/deskutils/phpcollab/Makefile @@ -17,7 +17,6 @@ SHAREOWN= ${WWWOWN} SHAREGRP= ${WWWGRP} SUB_FILES= pkg-message -PLIST_DIRSTRY= %%WWWDIR%% OPTIONS_DEFAULT=MYSQL APACHE OPTIONS_SINGLE= WEBSERVER DB diff --git a/deskutils/surrealtodo/Makefile b/deskutils/surrealtodo/Makefile index d1f02852b768..a3d0f71e1978 100644 --- a/deskutils/surrealtodo/Makefile +++ b/deskutils/surrealtodo/Makefile @@ -19,7 +19,6 @@ WWWGRP= ${WWWOWN} PKGMESSAGE= ${WRKDIR}/${PORTNAME}/pkg-message SUB_FILES= pkg-message -PLIST_DIRSTRY= %%WWWDIR%% PLIST_SUB= OWNER="${WWWOWN}" GROUP="${WWWGRP}" OPTIONS_DEFINE= PGSQL APACHE LIGHTTPD diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 93d1b5a10729..09c6cacf9d71 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -25,7 +25,6 @@ PLIST_FILES= bin/todo etc/todo.cfg SHEBANG_FILES= todo.sh todo_completion BASH_PLIST_FILES= etc/bash_completion.d/todo -BAHS_PLIST_DIRSTRY= etc/bash_completion.d do-install: @${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${STAGEDIR}${PREFIX}/bin/todo |