diff options
author | reed <reed> | 2004-02-04 05:16:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-02-04 05:16:33 +0000 |
commit | 42abd1ad71ae22e67595564b198c0f88ea070ac1 (patch) | |
tree | d8e5746339273adaed0a835d65218542b574c93c /time/asclock/Makefile | |
parent | a0ead3e8adfa9a82886dcb5d069d6b60165c9b8a (diff) | |
download | pkgsrc-42abd1ad71ae22e67595564b198c0f88ea070ac1.tar.gz |
Allow this to install under Linux (just like SunOS man page).
Diffstat (limited to 'time/asclock/Makefile')
-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 5666e26c8aa..2201e97456b 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -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 @@ 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) +.if (${OPSYS} == SunOS) || (${OPSYS} == "Linux") ${INSTALL_DATA} ${WRKSRC}/asclock.man ${PREFIX}/man/man1/asclock.1 @${ECHO} man/man1/asclock.1 >> ${PLIST_SRC} .else |