pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/asclock Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adf8863ec2e9
branches:  trunk
changeset: 504164:adf8863ec2e9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 06 13:21:02 2005 +0000

description:
Add DragonFly support.

diffstat:

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

diffs (18 lines):

diff -r 85e9bcdc414c -r adf8863ec2e9 time/asclock/Makefile
--- a/time/asclock/Makefile     Tue Dec 06 13:16:23 2005 +0000
+++ b/time/asclock/Makefile     Tue Dec 06 13:21:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:38 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/12/06 13:21:02 joerg 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) || (${OPSYS} == "Linux") || (${OPSYS} == "Interix")
+.if (${OPSYS} == SunOS) || (${OPSYS} == "Linux") || (${OPSYS} == "Interix") || ${OPSYS} == "DragonFly"
        ${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