diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-02-12 22:39:08 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-02-12 22:39:08 +0000 |
commit | d2f0675271c0ad832e104afd157460c7c22515ff (patch) | |
tree | fcb427c76b981ad1e48644c40ec3b04b9c953623 /textproc/gnomespell/Makefile | |
parent | 8c5cc7474e26f7e15459a35d5264f4071b07167d (diff) |
Update to 0.4.1
Notes
Notes:
svn path=/head/; revision=54623
Diffstat (limited to 'textproc/gnomespell/Makefile')
-rw-r--r-- | textproc/gnomespell/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile index d05493adbb3a..1b06467397a7 100644 --- a/textproc/gnomespell/Makefile +++ b/textproc/gnomespell/Makefile @@ -6,15 +6,15 @@ # PORTNAME= gnomespell -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-spell DISTNAME= gnome-spell-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/share/xml-i18n-tools/xml-i18n-extract.in:${PORTSDIR}/textproc/xml-i18n-tools LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes @@ -26,11 +26,6 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-extract: -.for file in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in - @${LN} -sf ${LOCALBASE}/share/xml-i18n-tools/${file} ${WRKSRC}/${file} -.endfor - pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |