diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:50:07 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:50:07 +0000 |
commit | 67b7316fb6a8c4859ad435e812de74ab9051ae15 (patch) | |
tree | 3149ca32685a1a130ece685bb30d30e991b07610 /x11-wm/afterstep | |
parent | lintool (diff) | |
download | gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.tar.gz gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.tar.bz2 gentoo-2-67b7316fb6a8c4859ad435e812de74ab9051ae15.zip |
lintool fixes
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/afterstep-1.8.11-r1.ebuild | 7 | ||||
-rw-r--r-- | x11-wm/afterstep/afterstep-1.8.11-r2.ebuild | 34 |
2 files changed, 19 insertions, 22 deletions
diff --git a/x11-wm/afterstep/afterstep-1.8.11-r1.ebuild b/x11-wm/afterstep/afterstep-1.8.11-r1.ebuild index 593373aab8e1..d3f6d251dbf5 100644 --- a/x11-wm/afterstep/afterstep-1.8.11-r1.ebuild +++ b/x11-wm/afterstep/afterstep-1.8.11-r1.ebuild @@ -21,10 +21,9 @@ RDEPEND="${DEPEND} src_unpack() { - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-gentoo.diff - + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gentoo.diff } src_compile() { diff --git a/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild b/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild index f46ea2a2b3da..a5fa3c48a505 100644 --- a/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild +++ b/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild @@ -21,28 +21,26 @@ RDEPEND="${DEPEND} src_unpack() { - - unpack ${A} - cd ${S} - patch -p0 < ${FILESDIR}/${P}-gentoo.diff - + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gentoo.diff } src_compile() { local myconf use nls && myconf="${myconf} --enable-i18n" - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --libdir=/usr/lib \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc/X11 \ - --with-helpcommand="xterm -e man" \ - --disable-availability \ - --disable-staticlibs \ - --with-xpm \ + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --libdir=/usr/lib \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc/X11 \ + --with-helpcommand="xterm -e man" \ + --disable-availability \ + --disable-staticlibs \ + --with-xpm \ ${myconf} || die emake || die @@ -50,8 +48,8 @@ src_compile() { src_install() { - make DESTDIR=${D} \ - GNUSTEP_LOCAL_ROOT=${D}${GNUSTEP_LOCAL_ROOT} \ + make DESTDIR=${D} \ + GNUSTEP_LOCAL_ROOT=${D}${GNUSTEP_LOCAL_ROOT} \ install || die rm -f ${D}/usr/bin/sessreg |