pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/asclock Allow this to install under Linux (just l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/393cf8f96ffd
branches:  trunk
changeset: 467622:393cf8f96ffd
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Feb 04 05:16:33 2004 +0000

description:
Allow this to install under Linux (just like SunOS man page).

diffstat:

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

diffs (18 lines):

diff -r ba7da76e7a3b -r 393cf8f96ffd time/asclock/Makefile
--- a/time/asclock/Makefile     Wed Feb 04 04:38:54 2004 +0000
+++ b/time/asclock/Makefile     Wed Feb 04 05:16:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:27:15 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/04 05:16:33 reed Exp $
 
 DISTNAME=      asclock-classic-1.0
 PKGNAME=       asclock-1.0
@@ -54,7 +54,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)
+.if (${OPSYS} == SunOS) || (${OPSYS} == "Linux")
        ${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