summaryrefslogtreecommitdiff
path: root/net/sdr/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 /net/sdr/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 'net/sdr/Makefile')
-rw-r--r--net/sdr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile
index 9e509ec55db2..1896f7304a50 100644
--- a/net/sdr/Makefile
+++ b/net/sdr/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.10 1998/09/25 10:05:11 asami Exp $
+# $Id: Makefile,v 1.11 1999/03/30 00:20:39 fenner Exp $
#
DISTNAME= sdr-2.4a7n
@@ -28,6 +28,6 @@ post-extract:
@${RM} -f ${WRKSRC}/src/libs.tcl
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/configure ${WRKSRC}
- @chmod 755 ${WRKSRC}/configure
+ @${CHMOD} 755 ${WRKSRC}/configure
.include <bsd.port.mk>