diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-05 17:18:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-05 17:18:55 +0000 |
commit | f517e8b17cdc13d2f4029151f905989db41d95c7 (patch) | |
tree | 38be7fe157528346d1dac6275d96d7f5a4cfdb53 /net/ipsorc | |
parent | b1b61e0ed05018bb9fba0648fc0e4e3017ae69c3 (diff) | |
download | ports-f517e8b17cdc13d2f4029151f905989db41d95c7.tar.gz ports-f517e8b17cdc13d2f4029151f905989db41d95c7.zip |
- Add more master sites
- Use DOCSDIR
- Quiet portlint
PR: ports/59723
Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=95145
Diffstat (limited to 'net/ipsorc')
-rw-r--r-- | net/ipsorc/Makefile | 5 | ||||
-rw-r--r-- | net/ipsorc/pkg-plist | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile index ac17afbfa6e1..a36bc31b0389 100644 --- a/net/ipsorc/Makefile +++ b/net/ipsorc/Makefile @@ -8,8 +8,9 @@ PORTNAME= ipsorc PORTVERSION= 1.7.5 CATEGORIES= net security -MASTER_SITES= http://www.informony.com/ipsorc/ -#MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.informony.com/ipsorc/ \ + http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ \ + http://www.l0t3k.net/tools/PacketGenerator/ MAINTAINER= ecu@ipv42.net COMMENT= A tool to create and send IP packets with a graphical GTK front-end diff --git a/net/ipsorc/pkg-plist b/net/ipsorc/pkg-plist index 52b200771b4d..8af9e0b81680 100644 --- a/net/ipsorc/pkg-plist +++ b/net/ipsorc/pkg-plist @@ -1,5 +1,5 @@ bin/ipmagic bin/magic -%%PORTDOCS%%share/doc/ipsorc/README -%%PORTDOCS%%share/doc/ipsorc/HOWTO -%%PORTDOCS%%@dirrm share/doc/ipsorc +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/HOWTO +%%PORTDOCS%%@dirrm %%DOCSDIR%% |