aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2002-01-15 05:55:45 +0800
committerjim <jim@FreeBSD.org>2002-01-15 05:55:45 +0800
commit19ba80aa1a904c3170ad6e57a8133ad32b2c7434 (patch)
treee74466982d3a26b27e615baf689a936d55ecf93a /misc
parenteb4bba06cd3e28dcd5fe55567cd2fe0e6b76cd73 (diff)
downloadfreebsd-ports-gnome-19ba80aa1a904c3170ad6e57a8133ad32b2c7434.tar.gz
freebsd-ports-gnome-19ba80aa1a904c3170ad6e57a8133ad32b2c7434.tar.zst
freebsd-ports-gnome-19ba80aa1a904c3170ad6e57a8133ad32b2c7434.zip
Fix MASTER_SITES and WWW.
PR: 33886 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/argparse/Makefile6
-rw-r--r--misc/argparse/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile
index d1d2ef6cfe2f..a936b643a956 100644
--- a/misc/argparse/Makefile
+++ b/misc/argparse/Makefile
@@ -9,14 +9,14 @@
PORTNAME= argparse
PORTVERSION= 1.0.0
CATEGORIES= misc
-MASTER_SITES= http://members.chello.at/oberzalek/development/
+MASTER_SITES= http://home.pages.at/kingleo/development/
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= LeoArg:${PORTSDIR}/devel/leoarg
+LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= argparse.1
diff --git a/misc/argparse/pkg-descr b/misc/argparse/pkg-descr
index 8eb323c747c3..5a371c843d42 100644
--- a/misc/argparse/pkg-descr
+++ b/misc/argparse/pkg-descr
@@ -1,3 +1,3 @@
A tool for commandline parsing for shell scripts
-WWW: http://members.chello.at/oberzalek/development/cpp-en.html#argparse
+WWW: http://home.pages.at/kingleo/development/cpp-en.html#argparse