diff options
author | Philip Miess <Philip_Miess@yahoo.com> | 2019-11-02 17:34:19 -0400 |
---|---|---|
committer | Philip Miess <Philip_Miess@yahoo.com> | 2019-11-02 17:34:19 -0400 |
commit | 85be4911a3f89e73c92b7c37f2eeb8f3096616f9 (patch) | |
tree | 796e91195bc067658d7adf2ab6918fd30375350a /app-text/rig/rig-1.11.ebuild | |
parent | spell Changelog correctly (diff) | |
download | superposition-85be4911a3f89e73c92b7c37f2eeb8f3096616f9.tar.gz superposition-85be4911a3f89e73c92b7c37f2eeb8f3096616f9.tar.bz2 superposition-85be4911a3f89e73c92b7c37f2eeb8f3096616f9.zip |
delete manpage from depricated directory import flag-o-matic
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'app-text/rig/rig-1.11.ebuild')
-rw-r--r-- | app-text/rig/rig-1.11.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild index fd2c147..ce4f18b 100644 --- a/app-text/rig/rig-1.11.ebuild +++ b/app-text/rig/rig-1.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="generate random, yet real-looking, personal data" HOMEPAGE="https://sourceforge.net/projects/rig/ " @@ -34,11 +34,9 @@ src_compile() { sed -i -e "s:g++ :$(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} :" Makefile \ || die "sed fix failed. Uh-oh..." emake - echo 'hello' } src_install() { - echo 'hi' dodir /usr/bin dodir /usr/man dodir /usr/share/rig @@ -47,5 +45,6 @@ src_install() { if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then emake DESTDIR="${D}" install fi + rm "${D}/usr/man/man6/rig.6" einstalldocs } |