summaryrefslogtreecommitdiffstats
path: root/lang/gnat
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /lang/gnat
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'lang/gnat')
-rw-r--r--lang/gnat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index e276486..ceb30c9 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -5,7 +5,7 @@
# Porter (original): nils@guru.ims.uni-stuttgart.de
# Porter (version 3): maurice@serc.rmit.edu.au
#
-# $Id: Makefile,v 1.18 1999/06/24 11:10:37 sheldonh Exp $
+# $Id: Makefile,v 1.19 1999/07/01 14:42:41 sheldonh Exp $
#
# Note:
# - FreeBSD tasking libraries created by Dan Eischen have been incorporated
@@ -186,7 +186,7 @@ post-install:
strip $$prog ; \
fi \
done)
- @(chown -R bin:bin ${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION})
+ @(${CHOWN} -R bin:bin ${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION})
@(${ECHO} "-----------------------------------------------------------" )
@(${ECHO} "" )
@(${ECHO} "For information about using the tasking library please read" )
OpenPOWER on IntegriCloud