summaryrefslogtreecommitdiff
path: root/japanese/libimg/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /japanese/libimg/Makefile
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'japanese/libimg/Makefile')
-rw-r--r--japanese/libimg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/libimg/Makefile b/japanese/libimg/Makefile
index 07be289ab849..eb85e20b9068 100644
--- a/japanese/libimg/Makefile
+++ b/japanese/libimg/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1999/05/03 04:08:14 steve Exp $
+# $Id: Makefile,v 1.2 1999/05/03 04:10:45 steve Exp $
#
DISTNAME= img1.2b2
@@ -28,7 +28,7 @@ TKVERSION= 8.0
PORTDOCDIR= ${PREFIX}/share/doc/img
pre-configure:
- chmod 755 ${WRKSRC}/configure
+ ${CHMOD} 755 ${WRKSRC}/configure
.include <bsd.port.pre.mk>