diff options
Diffstat (limited to 'app-text/psjoin')
-rw-r--r-- | app-text/psjoin/Manifest | 2 | ||||
-rw-r--r-- | app-text/psjoin/psjoin-0.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/psjoin/Manifest b/app-text/psjoin/Manifest index 5b2e1d6f..2d34bc28 100644 --- a/app-text/psjoin/Manifest +++ b/app-text/psjoin/Manifest @@ -1 +1 @@ -DIST psjoin-0.3 5122 SHA256 ac7a3f9512b1f6b0ea2bab4b6832431977649e88a0e6abd752fc097a8c0cd583 +DIST psjoin-0.3.pl 5122 SHA256 ac7a3f9512b1f6b0ea2bab4b6832431977649e88a0e6abd752fc097a8c0cd583 diff --git a/app-text/psjoin/psjoin-0.3.ebuild b/app-text/psjoin/psjoin-0.3.ebuild index ad01e068..763cb9b6 100644 --- a/app-text/psjoin/psjoin-0.3.ebuild +++ b/app-text/psjoin/psjoin-0.3.ebuild @@ -6,8 +6,8 @@ EAPI=6 RESTRICT="mirror" DESCRIPTION="concatenate postscript files. From new PostScript Utilities" -HOMEPAGE="http://homepage3.nifty.com/tsato/tools/psjoin.html" -SRC_URI="http://homepage3.nifty.com/tsato/tools/${PN} -> ${P}" +HOMEPAGE="http://t-sato.in.coocan.jp/tools/psjoin.html" +SRC_URI="http://t-sato.in.coocan.jp/tools/${PN} -> ${P}.pl" LICENSE="psutils" SLOT="0" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { mkdir -- "${S}" - cp -p -- "${DISTDIR}/${P}" "${S}/${PN}" + cp -p -- "${DISTDIR}/${P}.pl" "${S}/${PN}" } src_install() { |