Fix the plist by taking care of directories in X11BASE too.
lib/mono/1.0 lib/mono/2.0 Approved by: portmgr (marcus) Reported by: krion via pointyhat
This commit is contained in:
parent
a54e0ee9b6
commit
f6da1f0f80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140744
2 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= mono
|
||||
PORTVERSION= 1.1.8.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.go-mono.com/sources/mono-1.1/
|
||||
|
||||
|
@ -73,6 +73,8 @@ tests: build
|
|||
${MAKE_FLAGS} Makefile ${MAKE_ARGS} test)
|
||||
|
||||
pre-su-install:
|
||||
${MKDIR} ${X11BASE}/lib/mono/1.0
|
||||
${MKDIR} ${X11BASE}/lib/mono/2.0
|
||||
${MKDIR} ${X11BASE}/lib/mono/gac
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -691,6 +691,10 @@ share/jay/skeleton.cs
|
|||
@dirrm etc/mono/2.0
|
||||
@dirrm etc/mono/1.0
|
||||
@dirrm etc/mono
|
||||
@exec mkdir -p %%X11BASE%%/lib/mono/1.0
|
||||
@exec mkdir -p %%X11BASE%%/lib/mono/2.0
|
||||
@exec mkdir -p %%X11BASE%%/lib/mono/gac
|
||||
@unexec rmdir %%X11BASE%%/lib/mono/gac 2>/dev/null || true
|
||||
@unexec rmdir %%X11BASE%%/lib/mono/2.0 2>/dev/null || true
|
||||
@unexec rmdir %%X11BASE%%/lib/mono/1.0 2>/dev/null || true
|
||||
@unexec rmdir %%X11BASE%%/lib/mono 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue