summaryrefslogtreecommitdiff
path: root/sysutils/fix4SA110rev2
diff options
context:
space:
mode:
authoragc <agc>2001-09-09 20:36:07 +0000
committeragc <agc>2001-09-09 20:36:07 +0000
commit10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /sysutils/fix4SA110rev2
parentbcd8cfcceceb6d12e34ad9af489c74c7e1e63619 (diff)
downloadpkgsrc-10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e.tar.gz
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
Diffstat (limited to 'sysutils/fix4SA110rev2')
-rw-r--r--sysutils/fix4SA110rev2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/fix4SA110rev2/Makefile b/sysutils/fix4SA110rev2/Makefile
index 89e44f104ea..991f9715f0b 100644
--- a/sysutils/fix4SA110rev2/Makefile
+++ b/sysutils/fix4SA110rev2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:13 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:47 agc Exp $
#
DISTNAME= fix4SA110rev2-1.0
-NO_WRKSUBDIR= yes
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/arm32/misc/
DISTFILES= fix4SA110rev2.c fix4SA110rev2.README
@@ -14,6 +13,8 @@ COMMENT= Modify arm32 binaries to work around SA rev2 problems
ONLY_FOR_PLATFORM= NetBSD-*-arm32
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+WRKSRC= ${WRKDIR}
+
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/fix4SA110rev2 ${WRKSRC}/fix4SA110rev2.c