mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove "mkdir -p %%EXAMPLESDIR%%/contrib" from pkg-plist.
The contrib directory is not empty, so it is not needed. Moreover, it is missing the %D prefix and will create share/examples/cvs/contrib in the current directory, whatever it is.
This commit is contained in:
parent
57baea9208
commit
d1f66ffd68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359864
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= cvs
|
PORTNAME= cvs
|
||||||
PORTVERSION= 1.20120905
|
PORTVERSION= 1.20120905
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= LOCAL/eadler
|
MASTER_SITES= LOCAL/eadler
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,5 @@ man/man8/cvsbug.8.gz
|
||||||
%%EXAMPLESDIR%%/contrib/cvscheck.man
|
%%EXAMPLESDIR%%/contrib/cvscheck.man
|
||||||
%%EXAMPLESDIR%%/contrib/cvshelp.man
|
%%EXAMPLESDIR%%/contrib/cvshelp.man
|
||||||
%%EXAMPLESDIR%%/contrib/descend.man
|
%%EXAMPLESDIR%%/contrib/descend.man
|
||||||
@exec mkdir -p %%EXAMPLESDIR%%/contrib
|
|
||||||
@dirrm %%EXAMPLESDIR%%/contrib
|
@dirrm %%EXAMPLESDIR%%/contrib
|
||||||
@dirrm %%EXAMPLESDIR%%
|
@dirrm %%EXAMPLESDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue