From be3bec787b7af42f7492d350ed1a0c5b5ec98494 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 6 Dec 2005 13:21:02 +0000 Subject: Add DragonFly support. --- time/asclock/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time/asclock') diff --git a/time/asclock/Makefile b/time/asclock/Makefile index 9c766fe1150..a98c8becc33 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -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 @@ do-install: ${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} -- cgit v1.2.3