diff options
author | osa <osa@FreeBSD.org> | 2004-07-28 17:16:21 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-28 17:16:21 +0800 |
commit | 9a2ab738fa9332863a6c7285813dbf862293d197 (patch) | |
tree | 925428376b776b1e072faf6c182473f10b095712 /russian | |
parent | 214684ac14b69679c7bc9267b91c0f03732d7495 (diff) | |
download | freebsd-ports-gnome-9a2ab738fa9332863a6c7285813dbf862293d197.tar.gz freebsd-ports-gnome-9a2ab738fa9332863a6c7285813dbf862293d197.tar.zst freebsd-ports-gnome-9a2ab738fa9332863a6c7285813dbf862293d197.zip |
Utilize DATADIR macro.
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 |