summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-06 13:21:02 +0000
committerjoerg <joerg>2005-12-06 13:21:02 +0000
commitd01654326943a5a2ab545edcb67d3101b370de7b (patch)
tree2d10597c1245a54c362a9ec5528eb268ce0cba40 /time
parente01502e0634e53393adcbc58ff1fab08cbcd9bc9 (diff)
downloadpkgsrc-d01654326943a5a2ab545edcb67d3101b370de7b.tar.gz
Add DragonFly support.
Diffstat (limited to 'time')
-rw-r--r--time/asclock/Makefile4
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}