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:
Jimmy Olgeni 2014-06-30 15:21:49 +00:00
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

View file

@ -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

View file

@ -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%%