diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | e36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch) | |
tree | 4f6e254ed273f40def6ec9e6d94066be8e9c6588 /lang/f2c | |
parent | 26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff) | |
download | FreeBSD-ports-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip FreeBSD-ports-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Diffstat (limited to 'lang/f2c')
-rw-r--r-- | lang/f2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index f0ab50f..6443e5b 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -3,7 +3,7 @@ # Date created: 28 DEC 1998 # Whom: Steven G. Kargl # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/24 22:33:14 obrien Exp $ # DISTNAME= f2c-freebsd.2.0.1 @@ -17,7 +17,7 @@ MAINTAINER= kargl@troutmask.apl.washington.edu .if (${ARCH} == "alpha") pre-configure: - @cp ${FILESDIR}/f2c.h.alpha ${WRKSRC}/f2c/f2c.h + @${CP} ${FILESDIR}/f2c.h.alpha ${WRKSRC}/f2c/f2c.h .endif ALL_TARGET= depend all |