mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
This commit is contained in:
parent
c5a5d2a259
commit
e35ac3ddbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357798
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user