diff options
author | nork <nork@FreeBSD.org> | 2003-04-26 22:43:35 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-26 22:43:35 +0000 |
commit | f47621aea1e00e2e87a34f57acc38263f36d3902 (patch) | |
tree | 4c2dea8ea51b7ffa2f6fec95f1ab8b326e69bd3a /devel/leoarg/Makefile | |
parent | 1272377382a88806d841c932701d470bdb156dff (diff) | |
download | FreeBSD-ports-f47621aea1e00e2e87a34f57acc38263f36d3902.zip FreeBSD-ports-f47621aea1e00e2e87a34f57acc38263f36d3902.tar.gz |
Update MASTER_SITES and WWW: line.
PR: ports/51365
Submitted by: Ports Fury
Diffstat (limited to 'devel/leoarg/Makefile')
-rw-r--r-- | devel/leoarg/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |