diff options
author | 2001-06-01 14:00:14 +0000 | |
---|---|---|
committer | 2001-06-01 14:00:14 +0000 | |
commit | 88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a (patch) | |
tree | a75f4f45ba3ad9079ef4f55711f9cc029c8aa12b /media-sound | |
parent | new TODO comments (extensive) (diff) | |
download | historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.gz historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.bz2 historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.zip |
*** empty log message ***
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/nas/nas-1.4.1-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-sound/nas/nas-1.4.1-r1.ebuild b/media-sound/nas/nas-1.4.1-r1.ebuild index 6e3f98f6c11f..910a6348f6fb 100644 --- a/media-sound/nas/nas-1.4.1-r1.ebuild +++ b/media-sound/nas/nas-1.4.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.3 2001/05/01 18:29:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1-r1.ebuild,v 1.4 2001/06/01 14:00:14 achim Exp $ A=${P}.src.tar.gz S=${WORKDIR}/${P} @@ -13,7 +13,6 @@ DEPEND="virtual/glibc virtual/x11" src_compile() { - cd ${S} try xmkmf try make WORLDOPTS=\'-k YACC=\"bison -y\" CDEBUGFLAGS=\"$(CDEBUGFLAGS) -DSTARTSERVER\"\' World @@ -21,7 +20,6 @@ src_compile() { src_install () { - cd ${S} try make DESTDIR=${D} install dodoc BUGS BUILDNOTES FAQ HISTORY README RELEASE TODO doc/*.ps } |