diff options
-rw-r--r-- | devel/leoarg/Makefile | 4 | ||||
-rw-r--r-- | devel/leoarg/pkg-descr | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile index 8b62f3c..e52db56 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 faa42a3..4c97a3b 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 |