diff options
author | pav <pav@FreeBSD.org> | 2007-09-19 22:05:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-19 22:05:42 +0800 |
commit | de1303d7c87b1657e324386e6a2921f14f3d8868 (patch) | |
tree | 58b66169417f7a71864f65d987deb0bc42a82f91 /science/gchempaint/Makefile | |
parent | 92a1e22a39a50591738cafb28828272c9f1465db (diff) | |
download | freebsd-ports-gnome-de1303d7c87b1657e324386e6a2921f14f3d8868.tar.gz freebsd-ports-gnome-de1303d7c87b1657e324386e6a2921f14f3d8868.tar.zst freebsd-ports-gnome-de1303d7c87b1657e324386e6a2921f14f3d8868.zip |
- Update to 0.8.3
Diffstat (limited to 'science/gchempaint/Makefile')
-rw-r--r-- | science/gchempaint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index d6c11b830d53..8826512e6f96 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= gchempaint -PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTVERSION= 0.8.3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -32,6 +31,5 @@ CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help --with-omf-dir=${PREF post-patch: @${REINPLACE_CMD} -e 's|-release $$(VERSION)|-version @GCP_VERSION_INFO@|' \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/libgcpcanvas/Makefile.in - @${REINPLACE_CMD} -e 's,GNOME|Applications|Education,Applications|Education,' ${WRKSRC}/help/gchempaint.omf.in .include <bsd.port.mk> |