summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-26 22:43:35 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-26 22:43:35 +0000
commitafd1db0802a8cbc7d8315aa3b7b6a2ae96634900 (patch)
treea01b382942b9bfa3f71e781e48057a7f0aeae05d /devel
parentUpdate to 0.3.6. (diff)
Update MASTER_SITES and WWW: line.
PR: ports/51365 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=79709
Diffstat (limited to 'devel')
-rw-r--r--devel/leoarg/Makefile4
-rw-r--r--devel/leoarg/pkg-descr5
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile
index 8b62f3ccfcf5..e52db56d7ae4 100644
--- a/devel/leoarg/Makefile
+++ b/devel/leoarg/Makefile
@@ -9,7 +9,7 @@
PORTNAME= leoarg
PORTVERSION= 2.2.3
CATEGORIES= devel
-MASTER_SITES= http://home.pages.at/kingleo/development/
+MASTER_SITES= http://kingleo.home.pages.at/development/cpp/
DISTNAME= LeoArg-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -17,7 +17,7 @@ COMMENT= A class for parsing command lines
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \
diff --git a/devel/leoarg/pkg-descr b/devel/leoarg/pkg-descr
index faa42a360727..4c97a3b4f475 100644
--- a/devel/leoarg/pkg-descr
+++ b/devel/leoarg/pkg-descr
@@ -1,3 +1,4 @@
-LeoArg is a command line Parser.
+With this class you can parse easily commandline options. The class
+only uses standard libraries.
-WWW: http://home.pages.at/kingleo/development/cpp-en.html#leoarg
+WWW: http://kingleo.home.pages.at/index.php?language=EN&show=/development/cpp/#leoarg