diff options
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 |