pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/mdf2iso Fixed invalid use of PKGSRC_COMPILER.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9deb2beee8fc
branches: trunk
changeset: 519428:9deb2beee8fc
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Oct 02 21:49:55 2006 +0000
description:
Fixed invalid use of PKGSRC_COMPILER.
diffstat:
sysutils/mdf2iso/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 5e3f5e87e6b5 -r 9deb2beee8fc sysutils/mdf2iso/Makefile
--- a/sysutils/mdf2iso/Makefile Mon Oct 02 21:45:05 2006 +0000
+++ b/sysutils/mdf2iso/Makefile Mon Oct 02 21:49:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:42 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/02 21:49:55 rillig Exp $
#
DISTNAME= mdf2iso-0.2.2-src
@@ -14,8 +14,7 @@
INSTALLATION_DIRS= bin
do-build:
- ${PKGSRC_COMPILER} ${CFLAGS} \
- ${WRKSRC}/src/mdf2iso.c -o ${WRKSRC}/mdf2iso
+ cd ${WRKSRC} && cc ${CFLAGS} src/mdf2iso.c -o mdf2iso
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mdf2iso ${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index