diff options
author | marino <marino@FreeBSD.org> | 2014-06-15 02:32:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-15 02:32:44 +0800 |
commit | 0d21f9d06c2143f194cb405adacbe5e2e3bdc25d (patch) | |
tree | 41ade8b27b330cc79799db1b027b26d4be712c76 | |
parent | 2deece5a53b901e7e231c1d3ac856996ee579490 (diff) | |
download | freebsd-ports-gnome-0d21f9d06c2143f194cb405adacbe5e2e3bdc25d.tar.gz freebsd-ports-gnome-0d21f9d06c2143f194cb405adacbe5e2e3bdc25d.tar.zst freebsd-ports-gnome-0d21f9d06c2143f194cb405adacbe5e2e3bdc25d.zip |
devel/ecgi: Remove double entry from plist-plist
When PORTDOCS is used, the docs files can't be listed in pkg-plist,
otherwise they get listed twice (thus two attempts to remove them are
made). This only counts as a warning and not fatal for Redports, which
is how it slipped by me.
Related PR: 189010
-rw-r--r-- | devel/ecgi/Makefile | 2 | ||||
-rw-r--r-- | devel/ecgi/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/ecgi/Makefile b/devel/ecgi/Makefile index 48f2e0f8f6fc..fe1039a004c0 100644 --- a/devel/ecgi/Makefile +++ b/devel/ecgi/Makefile @@ -3,7 +3,7 @@ PORTNAME= ecgi PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://bsdforge.com/projects/source/devel/ecgi/ diff --git a/devel/ecgi/pkg-plist b/devel/ecgi/pkg-plist index baada68c858c..b786332beab5 100644 --- a/devel/ecgi/pkg-plist +++ b/devel/ecgi/pkg-plist @@ -4,6 +4,4 @@ lib/libecgi.so include/ecgi/ecgi.h include/ecgi/ecgitk.h include/ecgi/memfile.h -%%PORTDOCS%%share/doc/ecgi/ecgitut.txt -%%PORTDOCS%%@dirrm share/doc/ecgi @dirrm include/ecgi |