diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-03-05 13:28:35 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-03-05 13:28:35 +0000 |
commit | b60fe8bb5e47f83f65f90f885592e18d14c64359 (patch) | |
tree | c57a662d3c89c52b48bc4abc083a53ea6d69af14 /sysutils/pear-Horde_Log/Makefile | |
parent | 400f99fb8b7498026240301ee850e5dd203b147e (diff) | |
download | ports-b60fe8bb5e47f83f65f90f885592e18d14c64359.tar.gz ports-b60fe8bb5e47f83f65f90f885592e18d14c64359.zip |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan
Notes
Notes:
svn path=/head/; revision=567386
Diffstat (limited to 'sysutils/pear-Horde_Log/Makefile')
-rw-r--r-- | sysutils/pear-Horde_Log/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pear-Horde_Log/Makefile b/sysutils/pear-Horde_Log/Makefile index 43a32ca54813..deb80940d0b9 100644 --- a/sysutils/pear-Horde_Log/Makefile +++ b/sysutils/pear-Horde_Log/Makefile @@ -3,6 +3,7 @@ PORTNAME= Horde_Log PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= sysutils www pear PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} @@ -16,6 +17,6 @@ USES= horde USE_HORDE_RUN= Horde_Constraint \ Horde_Exception -SCRIBE_USE= HORDE=Horde_Scribe +SCRIBE_USE= HORDE_RUN=Horde_Scribe .include <bsd.port.mk> |