diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 12:34:40 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 12:34:40 +0000 |
commit | 0cc65ce5051692232e1d5cf1f3233b733bab7273 (patch) | |
tree | 6ace30044e2aaff54407f4dac14bbf37d79f8a0a /devel/motor | |
parent | o Support CFLAGS properly (diff) |
Update to 3.2.4.
PR: ports/46447
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Tested by: petef and maintainer
Diffstat (limited to 'devel/motor')
-rw-r--r-- | devel/motor/Makefile | 9 | ||||
-rw-r--r-- | devel/motor/distinfo | 2 | ||||
-rw-r--r-- | devel/motor/pkg-plist | 1 |
3 files changed, 9 insertions, 3 deletions
diff --git a/devel/motor/Makefile b/devel/motor/Makefile index 57426b92e32c..2029335d73db 100644 --- a/devel/motor/Makefile +++ b/devel/motor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= motor -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= devel MASTER_SITES= http://konst.org.ua/download/ @@ -18,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" +USE_REINPLACE= yes MAN1= motor.1 @@ -27,6 +28,12 @@ MAN1= motor.1 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif +post-patch: + @${REINPLACE_CMD} -e '/_G_config.h/d' \ + ${WRKSRC}/kkstrtext/conf.h \ + ${WRKSRC}/kksystr/include/conf.h \ + ${WRKSRC}/kkconsui/include/conf.h + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} diff --git a/devel/motor/distinfo b/devel/motor/distinfo index 7d1fd6197153..992b77c73974 100644 --- a/devel/motor/distinfo +++ b/devel/motor/distinfo @@ -1 +1 @@ -MD5 (motor-3.2.3.tar.gz) = 023ed4440ff991555825f30bca34dbf6 +MD5 (motor-3.2.4.tar.gz) = cb24eba00be62ff3fab2a1a4c03e1cb3 diff --git a/devel/motor/pkg-plist b/devel/motor/pkg-plist index dd1493eb39b7..099d43d6c715 100644 --- a/devel/motor/pkg-plist +++ b/devel/motor/pkg-plist @@ -17,7 +17,6 @@ share/motor/templates/library/static/configure.in.tmpl share/motor/templates/terminal program/C++/Debug share/motor/templates/terminal program/C++/Folders share/motor/templates/terminal program/C++/Makefile.func -share/motor/templates/terminal program/C++/Makefile.func.bak share/motor/templates/terminal program/C++/Parserules share/motor/templates/terminal program/C++/Settings share/motor/templates/terminal program/C++/[value name].cc.tmpl |