diff options
author | blackend <blackend@FreeBSD.org> | 2015-10-10 18:47:13 +0800 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2015-10-10 18:47:13 +0800 |
commit | 67c7079ae35e2b4638d306eedd11725592a52064 (patch) | |
tree | 2e51fc69eb2631505445f896ea84e4faeeb98315 /misc | |
parent | 03e682505d5b119948928f41976a33eb90624190 (diff) | |
download | freebsd-ports-gnome-67c7079ae35e2b4638d306eedd11725592a52064.tar.gz freebsd-ports-gnome-67c7079ae35e2b4638d306eedd11725592a52064.tar.zst freebsd-ports-gnome-67c7079ae35e2b4638d306eedd11725592a52064.zip |
Remove duplicate plist entries.
PR: 203274
Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org>
Approved by: doceng (implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freebsd-doc-all/Makefile | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-de/pkg-plist.txt | 2 | ||||
-rw-r--r-- | misc/freebsd-doc-en/Makefile | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-en/pkg-plist.txt | 2 | ||||
-rw-r--r-- | misc/freebsd-doc-pt/pkg-plist.txt | 2 |
5 files changed, 2 insertions, 6 deletions
diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index 8acbdb3a1e83..67845be7a3fe 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -4,6 +4,7 @@ PORTNAME= freebsd-doc-all PORTVERSION= 47441 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= misc docs MASTER_SITES= #empty DISTFILES= #empty diff --git a/misc/freebsd-doc-de/pkg-plist.txt b/misc/freebsd-doc-de/pkg-plist.txt index 634fb9f63ff9..dafc03a6e07a 100644 --- a/misc/freebsd-doc-de/pkg-plist.txt +++ b/misc/freebsd-doc-de/pkg-plist.txt @@ -1,8 +1,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/contributing/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/diff.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/init.txt %%DOCSDIR%%/%%DOCLANG%%/articles/leap-seconds/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/nanobsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.txt diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index 2bdb5a559aba..3e220d7a562d 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -4,6 +4,7 @@ PORTNAME= freebsd-doc PORTVERSION= 47441 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend PKGNAMEPREFIX?= en- diff --git a/misc/freebsd-doc-en/pkg-plist.txt b/misc/freebsd-doc-en/pkg-plist.txt index d7155b1d6c8e..6eba722c2575 100644 --- a/misc/freebsd-doc-en/pkg-plist.txt +++ b/misc/freebsd-doc-en/pkg-plist.txt @@ -9,8 +9,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/fonts/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/diff.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/init.txt %%DOCSDIR%%/%%DOCLANG%%/articles/geom-class/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/gjournal-desktop/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.txt diff --git a/misc/freebsd-doc-pt/pkg-plist.txt b/misc/freebsd-doc-pt/pkg-plist.txt index 54644621bee1..783d265d201a 100644 --- a/misc/freebsd-doc-pt/pkg-plist.txt +++ b/misc/freebsd-doc-pt/pkg-plist.txt @@ -3,8 +3,6 @@ %%DOCSDIR%%/%%DOCLANG%%/articles/explaining-bsd/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-questions/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/article.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/diff.txt -%%DOCSDIR%%/%%DOCLANG%%/articles/freebsd-update-server/init.txt %%DOCSDIR%%/%%DOCLANG%%/articles/hubs/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/linux-users/article.txt %%DOCSDIR%%/%%DOCLANG%%/articles/new-users/article.txt |