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 on Interix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7238849c6687
branches: trunk
changeset: 488123:7238849c6687
user: tv <tv%pkgsrc.org@localhost>
date: Tue Jan 25 04:21:36 2005 +0000
description:
Fix install on Interix.
diffstat:
time/asclock/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bb3bdeac0078 -r 7238849c6687 time/asclock/Makefile
--- a/time/asclock/Makefile Tue Jan 25 04:20:31 2005 +0000
+++ b/time/asclock/Makefile Tue Jan 25 04:21:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/24 22:46:12 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/01/25 04:21:36 tv Exp $
DISTNAME= asclock-classic-1.0
PKGNAME= asclock-1.0
@@ -53,7 +53,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")
+.if (${OPSYS} == SunOS) || (${OPSYS} == "Linux") || (${OPSYS} == "Interix")
${INSTALL_DATA} ${WRKSRC}/asclock.man ${PREFIX}/man/man1/asclock.1
@${ECHO} man/man1/asclock.1 >> ${PLIST_SRC}
.else
Home |
Main Index |
Thread Index |
Old Index