diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-06 13:21:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-06 13:21:02 +0000 |
commit | be3bec787b7af42f7492d350ed1a0c5b5ec98494 (patch) | |
tree | 2d10597c1245a54c362a9ec5528eb268ce0cba40 /time/asclock | |
parent | 2c55734d954f26da299acf4f3f89ef0f82b0bbec (diff) | |
download | pkgsrc-be3bec787b7af42f7492d350ed1a0c5b5ec98494.tar.gz |
Add DragonFly support.
Diffstat (limited to 'time/asclock')
-rw-r--r-- | time/asclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |