diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-12 23:46:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-12 23:46:19 +0000 |
commit | d30e571eb6f5232da70daf4dc32b93c08bff1de9 (patch) | |
tree | 87603ac289c6880af1a48253ff77e15abbaebe27 /sysutils | |
parent | Update to DAT 4303 (diff) |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
Notes
Notes:
svn path=/head/; revision=93850
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-File/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pear-Log/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile index 21bf85234c0e..5dfbf6370f82 100644 --- a/sysutils/pear-File/Makefile +++ b/sysutils/pear-File/Makefile @@ -8,7 +8,7 @@ PORTNAME= File PORTVERSION= 1.0.3 PORTREVISION= 1 -CATEGORIES= sysutils www +CATEGORIES= sysutils www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR common file and directory routines diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index 76d828d5ccd1..eff775237b72 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -7,7 +7,7 @@ PORTNAME= File_Find PORTVERSION= 0.2.0 -CATEGORIES= sysutils www +CATEGORIES= sysutils www pear MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- EXTRACT_SUFX= .tgz diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index f748e6d47df6..4b377a581986 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -7,7 +7,7 @@ PORTNAME= Log PORTVERSION= 1.7.1 -CATEGORIES= sysutils www +CATEGORIES= sysutils www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR logging utilities |