diff options
Diffstat (limited to 'x11-misc/xcalendar/xcalendar-4.0.ebuild')
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild index 6da382bd5d93..7effb5524fb4 100644 --- a/x11-misc/xcalendar/xcalendar-4.0.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.4 2003/09/27 02:39:04 mr_bones_ Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A simple interactive calendar program with a notebook capability" @@ -12,11 +12,9 @@ LICENSE="as-is" KEYWORDS="~x86" DEPEND="virtual/x11 - x11-libs/xaw motif? ( >=x11-libs/openmotif-2.2.1 )" src_compile() { - if use motif then patch -p1 < ${FILESDIR}/${P}-motif-gentoo.diff || die @@ -25,8 +23,7 @@ src_compile() { emake || die } -src_install () { - +src_install() { dobin xcalendar newman xcalendar.man xcalendar.1 |