diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 20:05:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-08 20:05:46 +0000 |
commit | b2a94428737bc82472bc5b13a903d3ed2b3d5ced (patch) | |
tree | beea340bdfcba3c0ace4b205a1662e3f070261a8 /net/pear-Net_NNTP/Makefile | |
parent | c35e7afbc41af99416172512d61991350e0c2e07 (diff) | |
download | ports-b2a94428737bc82472bc5b13a903d3ed2b3d5ced.tar.gz ports-b2a94428737bc82472bc5b13a903d3ed2b3d5ced.zip |
Notes
Diffstat (limited to 'net/pear-Net_NNTP/Makefile')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile index 16d228d75dd7..2807dfc82e1a 100644 --- a/net/pear-Net_NNTP/Makefile +++ b/net/pear-Net_NNTP/Makefile @@ -6,7 +6,8 @@ # PORTNAME= Net_NNTP -PORTVERSION= 1.2.0 +PORTVERSION= 1.0.0 +PORTEPOCH= 1 CATEGORIES= net news www pear MAINTAINER= antonio@php.net @@ -16,8 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Net -FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \ - NNTP/Protocol/Client.php +FILES= NNTP.php NNTP/Client.php NNTP/Protocol/Client.php EXAMPLES= index.php group.php read.php _EXAMPLESDIR= docs/examples/news.php.net |