diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-16 14:59:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-16 14:59:33 +0000 |
commit | f6bffc4d59dd1a8f4f985f4043343e3e18a1cad1 (patch) | |
tree | f058525a94e9775976877848fd63998ae3e311b4 /net/AquaGatekeeper | |
parent | 8235e6932ed22392e91a8d64ad2968b98e4ffbbb (diff) | |
download | ports-f6bffc4d59dd1a8f4f985f4043343e3e18a1cad1.tar.gz ports-f6bffc4d59dd1a8f4f985f4043343e3e18a1cad1.zip |
Notes
Diffstat (limited to 'net/AquaGatekeeper')
-rw-r--r-- | net/AquaGatekeeper/Makefile | 8 | ||||
-rw-r--r-- | net/AquaGatekeeper/distinfo | 3 | ||||
-rw-r--r-- | net/AquaGatekeeper/pkg-plist | 7 |
3 files changed, 15 insertions, 3 deletions
diff --git a/net/AquaGatekeeper/Makefile b/net/AquaGatekeeper/Makefile index ff3353e0ff3c..f2c724619df2 100644 --- a/net/AquaGatekeeper/Makefile +++ b/net/AquaGatekeeper/Makefile @@ -6,11 +6,11 @@ # PORTNAME= AquaGatekeeper -PORTVERSION= 1.17 +PORTVERSION= 1.19 CATEGORIES= net MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ -DISTNAME= AquaGatekeeper117FreeBSD +DISTNAME= AquaGatekeeper119FreeBSD EXTRACT_SUFX= .tgz MAINTAINER= eugen@grosbein.pp.ru @@ -38,6 +38,10 @@ do-install: @for docfile in ${WRKSRC}/Help/*; \ do ${INSTALL_MAN} $$docfile ${DOCSDIR}; \ done + @${MKDIR} ${DOCSDIR}/Rus + @for docfile in ${WRKSRC}/Help.Rus/*; \ + do ${INSTALL_MAN} $$docfile ${DOCSDIR}/Rus; \ + done .endif post-install: diff --git a/net/AquaGatekeeper/distinfo b/net/AquaGatekeeper/distinfo index f258dbb91636..6c62f27124ca 100644 --- a/net/AquaGatekeeper/distinfo +++ b/net/AquaGatekeeper/distinfo @@ -1 +1,2 @@ -MD5 (AquaGatekeeper117FreeBSD.tgz) = 68fded95233caff1cc05bbac953cd8b7 +MD5 (AquaGatekeeper119FreeBSD.tgz) = 6250a53bdfbbb24f68537edfdbd3644b +SIZE (AquaGatekeeper119FreeBSD.tgz) = 781596 diff --git a/net/AquaGatekeeper/pkg-plist b/net/AquaGatekeeper/pkg-plist index ee8d8a409610..30cb8ca4fde5 100644 --- a/net/AquaGatekeeper/pkg-plist +++ b/net/AquaGatekeeper/pkg-plist @@ -10,6 +10,13 @@ etc/AquaGatekeeper.cfg.sample %%PORTDOCS%%%%DOCSDIR%%/OperationPrinciples.htm %%PORTDOCS%%%%DOCSDIR%%/RevisionHistory.htm %%PORTDOCS%%%%DOCSDIR%%/default.css +%%PORTDOCS%%%%DOCSDIR%%/Rus/AquaGatekeeper.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/CommandLineOptions.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/ConfigSyntax.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/OperationPrinciples.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/RevisionHistory.htm +%%PORTDOCS%%%%DOCSDIR%%/Rus/default.css %%EXAMPLESDIR%%/Example.cfg +%%PORTDOCS%%@dirrm %%DOCSDIR%%/Rus %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |