summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-01-14 21:55:45 +0000
committerJim Mock <jim@FreeBSD.org>2002-01-14 21:55:45 +0000
commit16558718698c1fe46c230c96e4ad6cbfd5a186f0 (patch)
tree16fa4d9dfe62f8451453cd47f459826a35cbe829 /misc
parentUpdate to version 2.711. (diff)
Fix MASTER_SITES and WWW.
PR: 33886 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=53078
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