diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-11 17:54:14 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-11 17:54:14 +0000 |
commit | 5feeea6ae7431331b8a8796012e6f64159be0713 (patch) | |
tree | 2184d5090cd0f9c5dc971e70f99b5d014acb4c30 /net/ipsorc/Makefile | |
parent | 5f50d217759cccebf53f02da696486eafc3fbe6f (diff) | |
download | FreeBSD-ports-5feeea6ae7431331b8a8796012e6f64159be0713.zip FreeBSD-ports-5feeea6ae7431331b8a8796012e6f64159be0713.tar.gz |
upgrade to 1.7.5
PR: 45197
Submitted by: maintainer
Diffstat (limited to 'net/ipsorc/Makefile')
-rw-r--r-- | net/ipsorc/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile index 580baf9..c532a40 100644 --- a/net/ipsorc/Makefile +++ b/net/ipsorc/Makefile @@ -5,16 +5,17 @@ # $FreeBSD$ # -PORTNAME= ipsorc -PORTVERSION= 1.6 -CATEGORIES= net security -MASTER_SITES= http://www.legions.org/~phric/ -MASTER_SITE_SUBDIR= ${PORTNAME} +PORTNAME= ipsorc +PORTVERSION= 1.7.5 +CATEGORIES= net security +MASTER_SITES= http://www.informony.com/ipsorc/ +#MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= Nicolas.Jombart@hsc-labs.com +MAINTAINER= Nicolas.Jombart@hsc-labs.com USE_GNOMENG= yes USE_GNOME= gtk12 +USE_BZIP2= yes post-patch: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old @@ -28,7 +29,7 @@ do-install: .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for i in README +.for i in README HOWTO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif |