diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-28 09:16:21 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-28 09:16:21 +0000 |
commit | 84b6c5ae99e8ad9bc43cb01bd95489a53071319c (patch) | |
tree | a95679bbc1c4abb1973b122ac6cf83942ad027de /russian | |
parent | 4dff00bd77a1c13f91e0381bb8a2ed2883661614 (diff) | |
download | ports-84b6c5ae99e8ad9bc43cb01bd95489a53071319c.tar.gz ports-84b6c5ae99e8ad9bc43cb01bd95489a53071319c.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/cyrproxy/Makefile | 4 | ||||
-rw-r--r-- | russian/cyrproxy/pkg-plist | 30 |
2 files changed, 17 insertions, 17 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile index 9eb051cf8523..09b772a4ccc9 100644 --- a/russian/cyrproxy/Makefile +++ b/russian/cyrproxy/Makefile @@ -19,7 +19,7 @@ post-extract: @ ${RM} ${WRKSRC}/discover/discover do-install: - @ ${MKDIR} ${PREFIX}/share/cyrproxy + @ ${MKDIR} ${DATADIR} @ ${MKDIR} ${PREFIX}/www/cgi-bin @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrproxy ${PREFIX}/libexec @ ${INSTALL_PROGRAM} ${WRKSRC}/tcpspy ${PREFIX}/libexec @@ -29,7 +29,7 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/config.gen ${PREFIX}/etc/cyrproxy.conf.sample .for f 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/${f} ${PREFIX}/share/cyrproxy + @ ${INSTALL_DATA} ${WRKSRC}/tables/${f} ${DATADIR} .endfor post-install: diff --git a/russian/cyrproxy/pkg-plist b/russian/cyrproxy/pkg-plist index c3770dbade5e..7f147b20d9e1 100644 --- a/russian/cyrproxy/pkg-plist +++ b/russian/cyrproxy/pkg-plist @@ -3,24 +3,24 @@ bin/discover etc/cyrproxy.conf.sample libexec/cyrproxy libexec/tcpspy -share/cyrproxy/alt-iso -share/cyrproxy/alt-koi8 -share/cyrproxy/alt-win -share/cyrproxy/iso-alt -share/cyrproxy/iso-koi8 -share/cyrproxy/iso-win -share/cyrproxy/koi8-alt -share/cyrproxy/koi8-iso -share/cyrproxy/koi8-mac -share/cyrproxy/koi8-win -share/cyrproxy/mac-koi8 -share/cyrproxy/win-alt -share/cyrproxy/win-iso -share/cyrproxy/win-koi8 +%%DATADIR%%/alt-iso +%%DATADIR%%/alt-koi8 +%%DATADIR%%/alt-win +%%DATADIR%%/iso-alt +%%DATADIR%%/iso-koi8 +%%DATADIR%%/iso-win +%%DATADIR%%/koi8-alt +%%DATADIR%%/koi8-iso +%%DATADIR%%/koi8-mac +%%DATADIR%%/koi8-win +%%DATADIR%%/mac-koi8 +%%DATADIR%%/win-alt +%%DATADIR%%/win-iso +%%DATADIR%%/win-koi8 %%PORTDOCS%%%%DOCSDIR%%/History %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.http www/cgi-bin/cyrwww -@dirrm share/cyrproxy +@dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/www/cgi-bin 2> /dev/null || true |