aboutsummaryrefslogtreecommitdiff
path: root/russian/cyrproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'russian/cyrproxy/Makefile')
-rw-r--r--russian/cyrproxy/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile
index 6d5802c4d91b..2cd1c82c492d 100644
--- a/russian/cyrproxy/Makefile
+++ b/russian/cyrproxy/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 May 1997
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.2 1997/10/23 13:38:44 itojun Exp $
#
DISTNAME= cyrproxy-1.4.2
@@ -14,7 +14,6 @@ MAINTAINER= andy@icc.surw.chel.su
do-install:
@ ${MKDIR} ${PREFIX}/share/cyrproxy
- @ ${MKDIR} ${PREFIX}/share/doc/cyrproxy
@ ${MKDIR} ${PREFIX}/www/cgi-bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/cyrproxy ${PREFIX}/libexec
@ ${INSTALL_PROGRAM} ${WRKSRC}/tcpspy ${PREFIX}/libexec
@@ -25,8 +24,14 @@ do-install:
.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
.endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/cyrproxy
+
.for file in History README README.http
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cyrproxy
.endfor
+.endif
.include <bsd.port.mk>