Create the ${PREFIX}/lib/orbit-2.0 directory since this port will be the
one to remove it. Reported by: pointyhat via kris
This commit is contained in:
parent
821a81a20c
commit
8460d50636
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124414
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ORBit2
|
||||
PORTVERSION= 2.12.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
||||
|
@ -41,5 +42,6 @@ post-install:
|
|||
@if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \
|
||||
${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \
|
||||
fi
|
||||
@${MKDIR} ${PREFIX}/lib/orbit-2.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -66,6 +66,7 @@ libdata/pkgconfig/ORBit-imodule-2.0.pc
|
|||
share/aclocal/ORBit2.m4
|
||||
share/idl/orbit-2.0/CosNaming.idl
|
||||
@dirrm share/idl/orbit-2.0
|
||||
@exec /bin/mkdir -p %D/lib/orbit-2.0
|
||||
@unexec /bin/rmdir %D/share/idl 2>/dev/null || /usr/bin/true
|
||||
@unexec /bin/rmdir %D/lib/orbit-2.0 2>/dev/null || /usr/bin/true
|
||||
@dirrm include/orbit-2.0/orbit/util
|
||||
|
|
Loading…
Reference in a new issue