diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-29 12:10:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-29 12:10:20 +0800 |
commit | 3d927d24452629cb2196224983621ee9a5f0c758 (patch) | |
tree | 41d293ef9245d35b317524eba98408d56a874fb1 /devel/p4v | |
parent | 1a7d629c3557ba9b9a976b0598edc99b8c9cd034 (diff) | |
download | freebsd-ports-gnome-3d927d24452629cb2196224983621ee9a5f0c758.tar.gz freebsd-ports-gnome-3d927d24452629cb2196224983621ee9a5f0c758.tar.zst freebsd-ports-gnome-3d927d24452629cb2196224983621ee9a5f0c758.zip |
NO_CDROM is redundant if RESTRICTED is set, so remove it.
While here, maintainer has asked to return this one to the pool.
Discussed with: maintainer
Feature safe: yes
Diffstat (limited to 'devel/p4v')
-rw-r--r-- | devel/p4v/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index 8b4373e5fc6a..ee2849acffed 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -14,13 +14,12 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz DIST_SUBDIR= perforce/${PORTNAME}-${PORTVERSION}/${ARCH} -MAINTAINER= scf@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Visual client for Perforce SCM LIB_DEPENDS= pthread.2:${PORTSDIR}/misc/compat6x -NO_CDROM= Binary redistribution restrictions in effect -RESTRICTED= ${NO_CDROM} +RESTRICTED= Binary redistribution restrictions in effect ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes |