summaryrefslogtreecommitdiff
path: root/graphics/geomview/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-05-04 22:03:15 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-05-04 22:03:15 +0000
commit10b0770398685bb71f01b27bbd30af7fa574ff6b (patch)
treec98cfac8adbc54b65843f89cf0ac74d4fb1f238e /graphics/geomview/Makefile
parentRemove MLINK= bugs copied from mkLinks bugs. (diff)
Don't fail if the chmod fails (e.g. due to ports tree on read-only
filesystem); it's just there for people who copy ports in a way that fails to preserve the x bit. Noticed by: Satoshi's errorlogs
Notes
Notes: svn path=/head/; revision=18474
Diffstat (limited to '')
-rw-r--r--graphics/geomview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index ee17e65b21d3..c6c4159d6f3b 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 November 1996
# Whom: fenner
#
-# $Id: Makefile,v 1.13 1999/01/07 08:19:38 simokawa Exp $
+# $Id: Makefile,v 1.14 1999/02/12 03:08:43 fenner Exp $
DISTNAME= geomview-1.6.1
CATEGORIES= graphics tk80
@@ -39,7 +39,7 @@ MAN5= discgrp.5 geomview.5 oogl.5
MAKE_ENV= CPU=FreeBSD PATH=${FILESDIR}:${PATH} MAPLE_LIB=${MAPLE_LIB}
post-extract:
- /bin/chmod +x ${FILESDIR}/nroff
+ -/bin/chmod +x ${FILESDIR}/nroff
pre-install:
${MKDIR} ${PREFIX}/share/geomview