diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /korean/nh2ps | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'korean/nh2ps')
-rw-r--r-- | korean/nh2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/nh2ps/Makefile b/korean/nh2ps/Makefile index 02c3d69843c3..317e14d2ecca 100644 --- a/korean/nh2ps/Makefile +++ b/korean/nh2ps/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.6 1998/10/16 02:43:27 jseger Exp $ +# $Id: Makefile,v 1.7 1998/12/05 10:35:17 kuriyama Exp $ # DISTNAME= nh2ps-2.3.1 @@ -21,7 +21,7 @@ post-patch: @(cd ${WRKSRC}; \ ${SED} s@/usr/local/bin/perl@${PERL5}@ mkpsfontmap.pl > mk.pl; \ ${MV} -f mk.pl mkpsfontmap.pl; \ - chmod +x mkpsfontmap.pl) + ${CHMOD} +x mkpsfontmap.pl) pre-install: @(cd ${WRKSRC}; make install.man) |