pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/onyx Don't hide user-defined commands.
details: https://anonhg.NetBSD.org/pkgsrc/rev/71ebac7eed9f
branches: trunk
changeset: 535057:71ebac7eed9f
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Nov 07 07:05:15 2007 +0000
description:
Don't hide user-defined commands.
diffstat:
lang/onyx/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 6c16a379e1aa -r 71ebac7eed9f lang/onyx/Makefile
--- a/lang/onyx/Makefile Wed Nov 07 06:49:55 2007 +0000
+++ b/lang/onyx/Makefile Wed Nov 07 07:05:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/10/05 16:07:58 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2007/11/07 07:05:15 rillig Exp $
DISTNAME= onyx-${VERS}
PKGREVISION= 2
@@ -24,13 +24,13 @@
PLIST_SUBST+= VERS=${VERS:Q}
do-build:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} cook
do-install:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install)
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} cook install
post-install:
- @strip ${PREFIX}/bin/onyx
+ strip ${PREFIX}/bin/onyx
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index