pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/checkpassword - use ${CC} build not "gcc"
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9741630d821
branches: trunk
changeset: 476647:f9741630d821
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jun 17 12:46:08 2004 +0000
description:
- use ${CC} build not "gcc"
- ensure binary is installed executable
diffstat:
sysutils/checkpassword/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r eb78f702de5b -r f9741630d821 sysutils/checkpassword/Makefile
--- a/sysutils/checkpassword/Makefile Thu Jun 17 12:23:38 2004 +0000
+++ b/sysutils/checkpassword/Makefile Thu Jun 17 12:46:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:24:11 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/17 12:46:08 grant Exp $
#
DISTNAME= checkpassword-0.90
@@ -14,5 +14,10 @@
post-patch:
${ECHO} ${PREFIX} > ${WRKSRC}/conf-home
+ ${ECHO} ${CC} > ${WRKSRC}/conf-cc
+ ${ECHO} ${CC} > ${WRKSRC}/conf-ld
+
+post-install:
+ ${CHMOD} +x ${PREFIX}/bin/checkpassword
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index