summaryrefslogtreecommitdiffstats
path: root/russian/cyrproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'russian/cyrproxy/Makefile')
-rw-r--r--russian/cyrproxy/Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile
index 5c3747e..6d5802c 100644
--- a/russian/cyrproxy/Makefile
+++ b/russian/cyrproxy/Makefile
@@ -1,33 +1,32 @@
# New ports collection makefile for: cyrproxy
-# Version required: 1.4.1
+# Version required: 1.4.2
# Date created: 20 May 1997
# Whom: Andrey Zakhvatov
#
+# $Id$
+#
-DISTNAME= cyrproxy-1.4.1
+DISTNAME= cyrproxy-1.4.2
CATEGORIES= russian net www
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/
MAINTAINER= andy@icc.surw.chel.su
do-install:
- @ ${MKDIR} ${PREFIX}/etc/cyrproxy
@ ${MKDIR} ${PREFIX}/share/cyrproxy
@ ${MKDIR} ${PREFIX}/share/doc/cyrproxy
@ ${MKDIR} ${PREFIX}/www/cgi-bin
- ${INSTALL_PROGRAM} ${WRKSRC}/cyrproxy ${PREFIX}/libexec/cyrproxy
- ${INSTALL_PROGRAM} ${WRKSRC}/tcpspy ${PREFIX}/libexec/tcpspy
- ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrtrans ${PREFIX}/bin/cyrtrans
-# ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/transfiles ${PREFIX}/bin/transfiles
-# ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/transtree ${PREFIX}/bin/transtree
- ${INSTALL_PROGRAM} ${WRKSRC}/discover/discover ${PREFIX}/bin/discover
- ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrwww ${PREFIX}/www/cgi-bin/cyrwww
- ${INSTALL_DATA} ${WRKSRC}/config.gen ${PREFIX}/etc/cyrproxy/cyrproxy.conf.sample
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrproxy ${PREFIX}/libexec
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/tcpspy ${PREFIX}/libexec
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrtrans ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/discover/discover ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrwww ${PREFIX}/www/cgi-bin
+ @ ${INSTALL_DATA} ${WRKSRC}/config.gen ${PREFIX}/etc/cyrproxy.conf.sample
.for file in alt-iso alt-koi8 alt-win iso-alt iso-koi8 iso-win koi8-alt koi8-iso koi8-mac koi8-win mac-koi8 win-alt win-iso win-koi8
- ${INSTALL_DATA} ${WRKSRC}/tables/${file} ${PREFIX}/share/cyrproxy/${file}
+ @ ${INSTALL_DATA} ${WRKSRC}/tables/${file} ${PREFIX}/share/cyrproxy
.endfor
.for file in History README README.http
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cyrproxy/${file}
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cyrproxy
.endfor
.include <bsd.port.mk>
OpenPOWER on IntegriCloud