diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-01-06 13:37:52 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-01-06 13:37:52 +0800 |
commit | befe17d4c9fa81df6ba2c82244b3febdae97e044 (patch) | |
tree | 2af39e0e460f359436a35123b797b256d7ec1c07 /net | |
parent | acb2d36d641ec5d413352b33a60031ac6b624ae4 (diff) | |
download | freebsd-ports-gnome-befe17d4c9fa81df6ba2c82244b3febdae97e044.tar.gz freebsd-ports-gnome-befe17d4c9fa81df6ba2c82244b3febdae97e044.tar.zst freebsd-ports-gnome-befe17d4c9fa81df6ba2c82244b3febdae97e044.zip |
- Fix install path from POP3.php
- Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_POP3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_POP3/Makefile b/net/pear-Net_POP3/Makefile index d9f78a362051..0fe99b381907 100644 --- a/net/pear-Net_POP3/Makefile +++ b/net/pear-Net_POP3/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net_POP3 PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -15,7 +16,6 @@ COMMENT= Provides a POP3 class to access POP3 server BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${BUILD_DEPENDS} -CATEGORY= Net FILES= Net/POP3.php DOCS= examples/Net_POP3_example.php |