aboutsummaryrefslogtreecommitdiff
path: root/russian/cyrproxy/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-21 12:27:33 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-21 12:27:33 +0000
commit99a50fe247bbfeafc42519d23e84b14aca042616 (patch)
tree49f8a930d1617ddd082777545dd2dfc5b7fb9584 /russian/cyrproxy/Makefile
parentd4e8f81d321117d14c192b3d81ff178d9e1f899b (diff)
downloadports-99a50fe247bbfeafc42519d23e84b14aca042616.tar.gz
ports-99a50fe247bbfeafc42519d23e84b14aca042616.zip
Notes
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>