diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-03-14 18:03:04 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-03-14 18:03:04 +0000 |
commit | 7bfc515057643d4013859c4976476d985d082b6c (patch) | |
tree | 3cd452aad2075339559e1c680c0bf77cce70c98f | |
parent | 638d25322dd03ec99f15303fb67369ddca0b02c8 (diff) | |
download | ports-7bfc515057643d4013859c4976476d985d082b6c.tar.gz ports-7bfc515057643d4013859c4976476d985d082b6c.zip |
Notes
-rw-r--r-- | net-mgmt/grepip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/grepip/Makefile b/net-mgmt/grepip/Makefile index 3bc2b8deafc0..f1ce51efced2 100644 --- a/net-mgmt/grepip/Makefile +++ b/net-mgmt/grepip/Makefile @@ -7,6 +7,7 @@ PORTNAME= grepip PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/ \ ftp://ftp.des.tstu.ru/pub/mirror/Unix/apache/apache.lexa.ru/pub/domestic/lexa/ @@ -16,8 +17,8 @@ COMMENT= Print lines contans IP matching a pattern in CIDR format LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre -PLIST_FILES= bin/grepip %%PORTDOCS%%%%DOCSDIR%%/README.txt -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% +PLIST_FILES= bin/grepip +PORTDOCS= README.txt do-build: cd ${WRKSRC}; \ |