diff options
author | sno <sno> | 2009-10-11 15:33:27 +0000 |
---|---|---|
committer | sno <sno> | 2009-10-11 15:33:27 +0000 |
commit | 8ab377ac395aa1b19dcf4279b71ecf3f99c68be7 (patch) | |
tree | 005cf41daf41c3bae275646e23c601d88e6b6f22 /archivers/sapcar/Makefile | |
parent | 68af62ee388542958354c31208c64de67c397a49 (diff) | |
download | pkgsrc-8ab377ac395aa1b19dcf4279b71ecf3f99c68be7.tar.gz |
fix typo
Diffstat (limited to 'archivers/sapcar/Makefile')
-rw-r--r-- | archivers/sapcar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/sapcar/Makefile b/archivers/sapcar/Makefile index 503c0101ccd..2465a14bce6 100644 --- a/archivers/sapcar/Makefile +++ b/archivers/sapcar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/05/19 08:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/10/11 15:33:41 sno Exp $ PKGNAME= sapcar-7.00 CATEGORIES= archivers @@ -55,7 +55,7 @@ DISTNAME= SAPCAR_0-10003695.exe BROKEN= Architecture ${MACHINE_ARCH} on platform ${OPSYS} not supported .endif .else -BROKEN= Plattform ${OPSYS} not supported +BROKEN= Platform ${OPSYS} not supported .endif MAINTAINER= pkgsrc-users@NetBSD.org |