summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-24 06:12:34 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-24 06:12:34 +0000
commit390f948e2b697dd4d3be5a49af1799397e15f7bd (patch)
tree69e1a04eed26c4d6b3d78479fc40a57a1bf92c0f /skel.ebuild
parentgentoo-sources is unstable profile not broken masked (diff)
downloadgentoo-2-390f948e2b697dd4d3be5a49af1799397e15f7bd.tar.gz
gentoo-2-390f948e2b697dd4d3be5a49af1799397e15f7bd.tar.bz2
gentoo-2-390f948e2b697dd4d3be5a49af1799397e15f7bd.zip
touchups
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild
index c672e935a80d..89adf20bf6a9 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -15,7 +15,7 @@
DESCRIPTION="This is a sample skeleton ebuild file"
# Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://foo.bar.com"
+HOMEPAGE="http://foo.bar.com/"
# Point to any required sources; these will be automatically downloaded by
# Portage.
@@ -73,7 +73,6 @@ DEPEND=""
# Source directory; the dir where the sources can be found (automatically
# unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P}
# if you omit this line.
-
S="${WORKDIR}/${P}"
src_compile() {