diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-11 07:53:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-11 07:53:55 +0800 |
commit | 44d3fc30a1e8765e8e0097ade2f30ec9d06bbc43 (patch) | |
tree | a8025ba6813f570d3ecc2da652326bb93e480006 /devel/leoarg/Makefile | |
parent | 09acf659a65de1e53c121e52c3a4042a15795374 (diff) | |
download | freebsd-ports-gnome-44d3fc30a1e8765e8e0097ade2f30ec9d06bbc43.tar.gz freebsd-ports-gnome-44d3fc30a1e8765e8e0097ade2f30ec9d06bbc43.tar.zst freebsd-ports-gnome-44d3fc30a1e8765e8e0097ade2f30ec9d06bbc43.zip |
Update to 2.2.4. It's under an X11-style licence now.
Diffstat (limited to 'devel/leoarg/Makefile')
-rw-r--r-- | devel/leoarg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile index 31bc503f59e0..59359dbd3517 100644 --- a/devel/leoarg/Makefile +++ b/devel/leoarg/Makefile @@ -7,7 +7,7 @@ # PORTNAME= leoarg -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= devel MASTER_SITES= http://kingleo.home.pages.at/development/cpp/ DISTNAME= LeoArg-${PORTVERSION} @@ -15,7 +15,6 @@ DISTNAME= LeoArg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A class for parsing command lines -RESTRICTED= licence may be invalid USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -25,6 +24,9 @@ MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \ LeoArg__Option.3 LeoArg__Setting.3 LeoArg_cpp.3 LeoArg_hh.3 \ StringUtils_cpp.3 StringUtils_hh.3 namespace_StringUtils.3 +post-extract: + @${RM} -rf ${WRKSRC}/debian + post-patch: .for file in Makefile.in doc/Makefile.in @${REINPLACE_CMD} -e 's|^docdir|#docdir|g ; \ |