diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /devel/stlport/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r-- | devel/stlport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 14a468505a80..2b5b8e738a34 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -3,7 +3,7 @@ # Date Created: 2 December 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/18 03:09:05 jseger Exp $ # DISTNAME= STLport-3.01 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes NO_BUILD= yes pre-configure: - chmod +x ${WRKSRC}/configure + ${CHMOD} +x ${WRKSRC}/configure do-install: ${MKDIR} ${PREFIX}/include/stlport |