diff options
author | ben <ben> | 2006-04-03 13:36:12 +0000 |
---|---|---|
committer | ben <ben> | 2006-04-03 13:36:12 +0000 |
commit | a6dc5f980fad378478f69225e02e0075194af9ad (patch) | |
tree | 5ca4936f97993a8c23c6f0d6770075de1cf3cab8 /security/fprot-workstation-bin | |
parent | ba2d0ed16351ac50abd235cd56935d1b5f06ef5d (diff) | |
download | pkgsrc-a6dc5f980fad378478f69225e02e0075194af9ad.tar.gz |
Fix typo in allowed platforms.
Diffstat (limited to 'security/fprot-workstation-bin')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 84c3716c682..dffa18daf1c 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/02 23:54:01 ben Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/03 13:36:12 ben Exp $ # DISTNAME= #defined @@ -15,7 +15,7 @@ DEPENDS+= unzip-[0-9]*:../../archivers/unzip PKG_INSTALLATION_TYPES= overwrite pkgviews -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-[2-9]*-x86)64 \ +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-[2-9]*-x86_64 \ Linux-*-i386 SunOS-*-sparc RESTRICTED= "Redistribution not permitted" NO_SRC_ON_CDROM= ${RESTRICTED} |