summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-04-08 12:04:46 +0000
committersalo <salo@pkgsrc.org>2005-04-08 12:04:46 +0000
commit246e8e4229e31c3743c119a43ee980ddaac8b195 (patch)
tree1018236cea6df2ef61188d274ce8472e73e6c499
parentafc62c54118acdfeddabe24d6226e671e22aa2d6 (diff)
downloadpkgsrc-246e8e4229e31c3743c119a43ee980ddaac8b195.tar.gz
Pullup ticket 433 - requested by Juan Romero Pardines
portability fix for cdrecord Revisions pulled up: - pkgsrc/sysutils/cdrecord/Makefile 1.64 Module Name: pkgsrc Committed By: xtraeme Date: Wed Apr 6 20:49:23 UTC 2005 Modified Files: pkgsrc/sysutils/cdrecord: Makefile Log Message: DragonFlyBSD support, patch from Todd Willey on tech-pkg@.
-rw-r--r--sysutils/cdrecord/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/cdrecord/Makefile b/sysutils/cdrecord/Makefile
index 6f9dce00728..d01bd6fcb7a 100644
--- a/sysutils/cdrecord/Makefile
+++ b/sysutils/cdrecord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2005/01/10 16:57:12 dillo Exp $
+# $NetBSD: Makefile,v 1.63.2.1 2005/04/08 12:04:46 salo Exp $
DISTNAME= cdrtools-2.00.3
PKGNAME= cdrecord-2.00.3
@@ -45,6 +45,9 @@ MESSAGE_SUBST+= CDRECORD_CONF=${CDRECORD_CONF}
INSTALLATION_DIRS= bin man/man1 man/man8
+post-extract:
+ ${CP} ${WRKSRC}/RULES/os-freebsd.id ${WRKSRC}/RULES/os-dragonfly.id
+
do-configure:
cd ${WRKSRC}/RULES; \
for suffix in netbsd-cc.rul netbsd-gcc.rul; do \