pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/star Make previous commit do what was intend...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc612f22f2cf
branches: trunk
changeset: 480654:fc612f22f2cf
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Sep 18 20:14:18 2004 +0000
description:
Make previous commit do what was intended (by including bsd.prefs.mk,
and removing some extra " characters).
diffstat:
archivers/star/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 22a6667e7da9 -r fc612f22f2cf archivers/star/Makefile
--- a/archivers/star/Makefile Sat Sep 18 17:56:25 2004 +0000
+++ b/archivers/star/Makefile Sat Sep 18 20:14:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/09/18 14:01:53 uebayasi Exp $
+# $NetBSD: Makefile,v 1.12 2004/09/18 20:14:18 kristerw Exp $
#
DISTNAME= star-1.4.3
@@ -14,7 +14,9 @@
USE_GNU_TOOLS+= make
MAKE_FLAGS+= INS_BASE=${PREFIX}
-.if "${OPSYS}" == "NetBSD" && "${MACHINE_ARCH}" == "x86_64"
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-netbsd-cc.rul \
${WRKSRC}/RULES/x86_64-netbsd-cc.rul
Home |
Main Index |
Thread Index |
Old Index