summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-07-01 04:43:17 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-07-01 04:43:17 +0000
commitd5662ef660f122e9192817c3f340cab20249812f (patch)
tree53f10b91b18fa1cdad4d216f7e8fdf8b16c63951 /app-text
parentmissing digest (diff)
downloadhistorical-d5662ef660f122e9192817c3f340cab20249812f.tar.gz
historical-d5662ef660f122e9192817c3f340cab20249812f.tar.bz2
historical-d5662ef660f122e9192817c3f340cab20249812f.zip
fixes for crux
Diffstat (limited to 'app-text')
-rw-r--r--app-text/nano/nano-1.0.2.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/app-text/nano/nano-1.0.2.ebuild b/app-text/nano/nano-1.0.2.ebuild
index 529b1acae551..c44afe2b2eb1 100644
--- a/app-text/nano/nano-1.0.2.ebuild
+++ b/app-text/nano/nano-1.0.2.ebuild
@@ -2,25 +2,26 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Prakash Shetty (Crux) <ps@gnuos.org>
-A=${P}.tar.gz
+#Note: ${A} is now auto-generated from SRC_URI; you shouldn't set it manually
+#A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A Clone of PICO with more Fuctions in a smaller Size"
-SRC_URI="http://www.nano-editor.org/dist/v1.0/${A}"
+#SRC_URI="http://www.nano-editor.org/dist/v1.0/${A}"
+SRC_URI="http://www.nano-editor.org/dist/v1.0/${P}.tar.gz"
HOMEPAGE="http://www.nano-editor.org"
DEPEND=">=sys-libs/glibc-2.1.3
>=sys-libs/ncurses-5.2"
src_compile() {
-
cd ${S}
- try ./configure --prefix=/usr --enable-extra
- try make
-
+# try ./configure --prefix=/usr --enable-extra
+# FHS 2.2 compliance:
+ try ./configure --prefix=/usr --enable-extra --mandir=/usr/share/man --infodir=/usr/share/info
+ try make
}
src_install () {
-
cd ${S}
try make DESTDIR=${D} install
dodoc COPYING ChangeLog README