pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/star Use FreeBSD rules on DragonFly as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dae659d339b
branches:  trunk
changeset: 500145:6dae659d339b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 11:22:02 2005 +0000

description:
Use FreeBSD rules on DragonFly as well.

diffstat:

 archivers/star/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 93b14491cdaa -r 6dae659d339b archivers/star/Makefile
--- a/archivers/star/Makefile   Mon Oct 03 11:20:55 2005 +0000
+++ b/archivers/star/Makefile   Mon Oct 03 11:22:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:37 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/10/03 11:22:02 joerg Exp $
 #
 
 DISTNAME=      star-1.4.3
@@ -25,5 +25,7 @@
 pre-build:
        @cd ${WRKSRC}/RULES && for i in arm mipsel; do                  \
                ${LN} -s i386-netbsd-cc.rul $$i-netbsd-cc.rul; done
+       @cd ${WRKSRC}/RULES && \
+               ${LN} -s os-freebsd.id os-dragonfly.id
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index