aboutsummaryrefslogtreecommitdiffstats
path: root/www/flock
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-12 05:52:13 +0800
committertrevor <trevor@FreeBSD.org>2004-02-12 05:52:13 +0800
commit99514a8907d332aaa5faebceb0e53451b7e782e8 (patch)
tree7331b4c9f9b469764c0ffb5215d5da34b39efd6c /www/flock
parent0ef4e728d774bd12645ae7a467b2da1047f93b00 (diff)
downloadfreebsd-ports-gnome-99514a8907d332aaa5faebceb0e53451b7e782e8.tar.gz
freebsd-ports-gnome-99514a8907d332aaa5faebceb0e53451b7e782e8.tar.zst
freebsd-ports-gnome-99514a8907d332aaa5faebceb0e53451b7e782e8.zip
Don't install unnecessary MacOS/Windows-related material.
Diffstat (limited to 'www/flock')
-rw-r--r--www/flock/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile
index 41b2564f32a1..7352b8124191 100644
--- a/www/flock/Makefile
+++ b/www/flock/Makefile
@@ -127,6 +127,12 @@ pre-install:
@${TOUCH} ${PLIST}
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
Makefile ${MAKE_ARGS} install
+.for ii in mac win
+.for jj in / .jar
+ @${RM} -rf ${FAKEDIR}/lib/mozilla-1.6/chrome/en-${ii}${jj}
+.endfor
+.endfor
+
.if !defined (WITH_HEADERS)
@${RM} -fr ${FAKEDIR}/share/idl ${FAKEDIR}/include
.endif