diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-05 10:05:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-05 10:05:19 +0000 |
commit | f5c3dedd852699add9771d538f2d850c15155ca2 (patch) | |
tree | 49637741554a2c2769fb8466dafd792530e2be82 /sysutils | |
parent | bf6b505e756420e7e39a397b0d118c0a56b35306 (diff) | |
download | pkgsrc-f5c3dedd852699add9771d538f2d850c15155ca2.tar.gz |
We want no /opt/schily, so patch the Defaults rules. wrapper already
takes care of absolute options, but the value of INS_BASE is based down
via -D too. Bump revision.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 6d2f2361f9d..42650f42298 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2009/08/15 21:03:25 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2009/09/05 10:05:19 joerg Exp $ DISTNAME= cdrtools-2.01.01a63 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ http://ftp.berlios.de/pub/cdrecord/alpha/ @@ -23,10 +24,6 @@ MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/cdrtools-2.01.01 USE_TOOLS+= gm4 gmake tbl -.if ${LOCALBASE} != "/opt/schily" -BUILDLINK_TRANSFORM+= rmdir:/opt/schily -.endif - # avoid picking up a bad ${ARCH} during the build MAKE_ENV+= ARCH="" MAKE_ENV+= MAKEPROG="gmake" @@ -79,6 +76,12 @@ SUBST_FILES.oss= cdda2wav/local.cnf.in SUBST_SED.oss= -e "s,/dev/dsp,${DEVOSSSOUND},g" SUBST_MESSAGE.oss= Fixing OSS sound device path. +SUBST_CLASSES+= ins_base +SUBST_STAGE.ins_base= pre-configure +SUBST_FILES.ins_base= DEFAULTS/Defaults.* +SUBST_SED.ins_base= -e "/^INS_BASE=/d" +SUBST_MESSAGE.ins_base= Fixing INS_BASE. + do-configure: cd ${WRKSRC}/RULES; \ for suffix in netbsd-cc.rul netbsd-gcc.rul; do \ |