diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /science/gchempaint | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'science/gchempaint')
-rw-r--r-- | science/gchempaint/Makefile | 4 | ||||
-rw-r--r-- | science/gchempaint/pkg-plist | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 8826512e6f96..905f002c1117 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -3,9 +3,11 @@ # Whom: Pav Lucistnik <pav@oook.cz> # # $FreeBSD$ +# PORTNAME= gchempaint PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -26,7 +28,7 @@ USE_GNOME= gnomehack intlhack libgnomeprintui libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help --with-omf-dir=${PREFIX}/share/gnome/omf +CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help --with-omf-dir=${PREFIX}/share/omf post-patch: @${REINPLACE_CMD} -e 's|-release $$(VERSION)|-version @GCP_VERSION_INFO@|' \ diff --git a/science/gchempaint/pkg-plist b/science/gchempaint/pkg-plist index 84a89dc6bd6a..b787725939ad 100644 --- a/science/gchempaint/pkg-plist +++ b/science/gchempaint/pkg-plist @@ -108,7 +108,7 @@ share/gnome/help/gchempaint/C/figures/templates.png share/gnome/help/gchempaint/C/figures/text.png share/gnome/help/gchempaint/C/figures/texttools-bar.png share/gnome/help/gchempaint/C/figures/toolbox.png -share/gnome/omf/gchempaint/gchempaint-C.omf +share/omf/gchempaint/gchempaint-C.omf share/icons/hicolor/32x32/apps/gchempaint.png share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-gchempaint.png share/icons/hicolor/48x48/apps/gchempaint.png @@ -137,9 +137,10 @@ share/mimelnk/application/x-gchempaint.desktop @dirrm share/gnome/help/gchempaint/C/figures @dirrm share/gnome/help/gchempaint/C @dirrm share/gnome/help/gchempaint -@dirrm share/gnome/omf/gchempaint +@dirrm share/omf/gchempaint @dirrm lib/goffice/0.4.3/plugins/gchempaint @dirrm lib/gchempaint/plugins @dirrm lib/gchempaint @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/applications |