diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-21 19:56:10 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-21 19:56:10 +0000 |
commit | 504155fb74586b2e5632eadbc45ec40abcd719b6 (patch) | |
tree | beb1a969df935d712c70e072d076c65202b5f158 /devel/uisp/Makefile | |
parent | Repomove misc/qhacc finance/qhacc (diff) |
Update to release 20020626, new maintainer.
PR: 45020
Submitted by: bruno@mail.tinkerbox.org
Notes
Notes:
svn path=/head/; revision=70708
Diffstat (limited to 'devel/uisp/Makefile')
-rw-r--r-- | devel/uisp/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/devel/uisp/Makefile b/devel/uisp/Makefile index 1ab6e6fbd58e..e35686df548f 100644 --- a/devel/uisp/Makefile +++ b/devel/uisp/Makefile @@ -6,21 +6,12 @@ # PORTNAME= uisp -PORTVERSION= 1.0b -PORTREVISION= 1 +PORTVERSION= 20020626 CATEGORIES= devel -MASTER_SITES= http://medo.fov.uni-mb.si/mapp/uTools/ -EXTRACT_SUFX= .src.tar.gz +MASTER_SITES= http://savannah.nongnu.org/download/uisp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bruno@tinkerbox.org -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src - -USE_REINPLACE= yes -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; \ - s@g\+\+@${CXX}@g" ${WRKSRC}/Makefile +GNU_CONFIGURE= yes .include <bsd.port.mk> |