diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 02:28:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 02:28:13 +0800 |
commit | f7ed27f669cde5c3f16927a5a95bada345df24c8 (patch) | |
tree | 6c1407896d567630cd8454a38c465156459d2828 | |
parent | 581fa5392267be8d279bb69a6e93da7c63c4adda (diff) | |
download | freebsd-ports-graphics-f7ed27f669cde5c3f16927a5a95bada345df24c8.tar.gz freebsd-ports-graphics-f7ed27f669cde5c3f16927a5a95bada345df24c8.tar.zst freebsd-ports-graphics-f7ed27f669cde5c3f16927a5a95bada345df24c8.zip |
Cleanup plist
-rw-r--r-- | ftp/frox/Makefile | 1 | ||||
-rw-r--r-- | ftp/jftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile index d6a0494a2ae..217a53e4d15 100644 --- a/ftp/frox/Makefile +++ b/ftp/frox/Makefile @@ -25,7 +25,6 @@ PORTDOCS= SECURITY CREDITS ChangeLog FAQ.html FAQ-1.html FAQ-2.html \ FAQ-8.html PLIST_FILES= sbin/frox ${EXAMPLESDIR:S,${PREFIX}/,,}/frox.conf \ man/man1/frox.1.gz man/man5/frox.conf.5.gz -PLIST_DIRS= ${EXAMPLESDIR:S,${PREFIX}/,,} PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile index 47812688126..0e405171bd8 100644 --- a/ftp/jftp/Makefile +++ b/ftp/jftp/Makefile @@ -21,7 +21,6 @@ USE_JAVA= yes WRKSRC= ${WRKDIR}/j-ftp DATADIR= ${JAVASHAREDIR}/${PORTNAME} -PLIST_DIRS= %%DATADIR%% PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar SUB_FILES= jftp.sh diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 6c23533612b..04552e4d93c 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -85,7 +85,6 @@ PLIST= ${WRKDIR}/PLIST PLIST_FILES+= libexec/proftpd/${m}.a \ libexec/proftpd/${m}.so .endfor -PLIST_DIRSTRY+= libexec/proftpd .else OPTIONS_DEFINE= DOCS HTMLDOCS IPV6 NLS MEMCACHE PCRE OPTIONS_DEFAULT= IPV6 NLS PCRE diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 3b8085de026..f6c4ceb55aa 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -43,7 +43,6 @@ SSH_CONFIGURE_OFF= --without-ssh BASH_CONFIGURE_ON= --with-bash-completion=yes BASH_PLIST_FILES= etc/bash_completion.d/yafc -BASH_PLIST_DIRSTRY= etc/bash_completion.d BASH_CONFIGURE_OFF= --with-bash-completion=no post-install: |