From 8460d5063608592b7c56bea24957c3bc67a97979 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 18 Dec 2004 20:36:18 +0000 Subject: Create the ${PREFIX}/lib/orbit-2.0 directory since this port will be the one to remove it. Reported by: pointyhat via kris --- devel/ORBit2/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/ORBit2/Makefile') diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index a801a0e9ea4c..43e06ec2f776 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -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 -- cgit v1.2.3