pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/asclock Fix install problem on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70de43f01378
branches:  trunk
changeset: 509987:70de43f01378
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Tue Mar 21 16:31:25 2006 +0000

description:
Fix install problem on Darwin.

diffstat:

 time/asclock/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 694c8c378ca9 -r 70de43f01378 time/asclock/Makefile
--- a/time/asclock/Makefile     Tue Mar 21 15:34:03 2006 +0000
+++ b/time/asclock/Makefile     Tue Mar 21 16:31:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/03/04 21:30:52 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/03/21 16:31:25 yyamano Exp $
 
 DISTNAME=      asclock-classic-1.0
 PKGNAME=       asclock-1.0
@@ -55,7 +55,7 @@
        ${INSTALL_SCRIPT} ${WRKDIR}/asclock.sh ${PREFIX}/bin/asclock
        ${INSTALL_PROGRAM} ${WRKSRC}/asclock ${PREFIX}/libexec/asclock-classic
        ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}
-.if (${OPSYS} == SunOS) || (${OPSYS} == "Linux") || (${OPSYS} == "Interix") || ${OPSYS} == "DragonFly"
+.if (${OPSYS} == SunOS) || (${OPSYS} == "Linux") || (${OPSYS} == "Interix") || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"
        ${INSTALL_MAN_DIR} ${PREFIX}/man/man1
        ${INSTALL_MAN} ${WRKSRC}/asclock.man ${PREFIX}/man/man1/asclock.1
        @${ECHO} man/man1/asclock.1 >> ${PLIST_SRC}



Home | Main Index | Thread Index | Old Index