summaryrefslogtreecommitdiff
path: root/japanese/paledit/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/paledit/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/paledit/Makefile')
-rw-r--r--japanese/paledit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/paledit/Makefile b/japanese/paledit/Makefile
index 1dde6fdceed3..4735ddae7d19 100644
--- a/japanese/paledit/Makefile
+++ b/japanese/paledit/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 Jan 1999
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1999/01/26 03:34:36 steve Exp $
+# $Id: Makefile,v 1.2 1999/03/01 09:38:12 shige Exp $
#
DISTNAME= paledit-0.91
@@ -17,7 +17,7 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
post-install:
- @chmod 2754 ${PREFIX}/sbin/paledit
- @chown root:dialer ${PREFIX}/sbin/paledit
+ @${CHMOD} 2754 ${PREFIX}/sbin/paledit
+ @${CHOWN} root:dialer ${PREFIX}/sbin/paledit
.include <bsd.port.mk>