diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-03 10:02:26 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-03 10:02:26 +0000 |
commit | 8607dc52742a4fb5389e0dd9e6995b63c5e3f9e8 (patch) | |
tree | dc178f12751839f95ef94ab1da4c170b09086aa9 /net | |
parent | a523ac520343e3ceaef900638760d93550616583 (diff) | |
download | ports-8607dc52742a4fb5389e0dd9e6995b63c5e3f9e8.tar.gz ports-8607dc52742a4fb5389e0dd9e6995b63c5e3f9e8.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pen/Makefile | 8 | ||||
-rw-r--r-- | net/pen/distinfo | 2 | ||||
-rw-r--r-- | net/pen/pkg-plist | 12 |
3 files changed, 7 insertions, 15 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index 5b6e1b650de5..9e4a48093475 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -1,4 +1,4 @@ -# ex:ts=8 +\# ex:ts=8 # New ports collection makefile for: pen # Date created: Nov 13, 2001 # Whom: ijliao @@ -7,7 +7,7 @@ # PORTNAME= pen -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= net MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ @@ -18,6 +18,10 @@ COMMENT= A load balancer for "simple" tcp based protocols GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} +PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING +PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \ + bin/penlogd + .if defined(WITH_FDSETSIZE) CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} .endif diff --git a/net/pen/distinfo b/net/pen/distinfo index 300e6cd30b29..a3aefbecf857 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -1 +1 @@ -MD5 (pen-0.12.0.tar.gz) = 04dfa965a1e6d91d8c3c6f6b84dc5879 +MD5 (pen-0.12.1.tar.gz) = 5ecba048addd8363882b1bbd0a0779e7 diff --git a/net/pen/pkg-plist b/net/pen/pkg-plist deleted file mode 100644 index c377cd99c93d..000000000000 --- a/net/pen/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/mergelogs -bin/pen -bin/penctl -bin/penlog -bin/penlogd -%%PORTDOCS%%%%DOCSDIR%%/penstats -%%PORTDOCS%%%%DOCSDIR%%/HOWTO -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%% |