diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /devel/pvs | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'devel/pvs')
-rw-r--r-- | devel/pvs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 675a04038fe..ec08ab5808d 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/08/10 03:21:39 minskim Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/22 19:26:24 wiz Exp $ # DISTNAME= pvs-${VERSION} @@ -26,13 +26,13 @@ CHECK_SHLIBS_SUPPORTED= no INFO_FILES= # PLIST TEX_ACCEPTED= teTeX3 -LICENSE= pvs-license +LICENSE= pvs-license # not quite sure about this, but to be on the safe side: -RESTRICTED= Redistribution not permitted - see ${HOMEPAGE}license.html +RESTRICTED= Redistribution not permitted - see ${HOMEPAGE}license.html NO_SRC_ON_CDROM= ${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} ONLY_FOR_PLATFORM= NetBSD-1.6*-* NetBSD-[2-9]*-* Linux-*-* SunOS-*-* ONLY_FOR_PLATFORM+= DragonFly-*-* |