aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-18 20:36:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-18 20:36:18 +0000
commit8460d5063608592b7c56bea24957c3bc67a97979 (patch)
treee2741af2013e0c4147061b94ccb0f9e2f59e40b1 /devel/ORBit2/Makefile
parent821a81a20c56e5c7b0e1a7cdfdc0991fa1060543 (diff)
downloadports-8460d5063608592b7c56bea24957c3bc67a97979.tar.gz
ports-8460d5063608592b7c56bea24957c3bc67a97979.zip
Create the ${PREFIX}/lib/orbit-2.0 directory since this port will be the
one to remove it. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=124414
Diffstat (limited to 'devel/ORBit2/Makefile')
-rw-r--r--devel/ORBit2/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.mk>