aboutsummaryrefslogtreecommitdiffstats
path: root/editors/bless/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-06-02 08:08:47 +0800
committermezz <mezz@FreeBSD.org>2005-06-02 08:08:47 +0800
commita79a5148307297e8a0413cb8262a3a1ead9400cb (patch)
treee79863fb4278401fcaafd694b9975eb52b4a48f0 /editors/bless/Makefile
parent8796050483773891ac734d71bc86fde7cd78433f (diff)
downloadfreebsd-ports-gnome-a79a5148307297e8a0413cb8262a3a1ead9400cb.tar.gz
freebsd-ports-gnome-a79a5148307297e8a0413cb8262a3a1ead9400cb.tar.zst
freebsd-ports-gnome-a79a5148307297e8a0413cb8262a3a1ead9400cb.zip
Update to 0.3.5.
Diffstat (limited to 'editors/bless/Makefile')
-rw-r--r--editors/bless/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile
index 79105053c1dc..fd547553fbbb 100644
--- a/editors/bless/Makefile
+++ b/editors/bless/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= bless
-PORTVERSION= 0.3.4
+PORTVERSION= 0.3.5
PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= http://download.gna.org/bless/
@@ -18,7 +18,7 @@ COMMENT= A high quality, full featured hex editor
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_GNOME= gnometarget
+USE_GNOME= gnomehack gnomeprefix gnometarget
USE_GMAKE= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
@@ -30,11 +30,8 @@ DOCS= AUTHORS COPYING ChangeLog NEWS README
post-patch:
@${REINPLACE_CMD} -e 's|data tests|data|g' \
${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|[(]datadir[)]/applications|(prefix)/share/gnome/applications|g ; \
- s|[(]datadir[)]/pixmaps|(prefix)/share/gnome/pixmaps|g' \
- ${WRKSRC}/data/Makefile.in
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|doc/$$(PACKAGE_NAME)-$$(PACKAGE_VERSION)|doc/$$(PACKAGE_NAME)|g'
+ 's|$$(datadir)/doc/$$(PACKAGE_NAME)-$$(PACKAGE_VERSION)|${DOCSDIR}|g'
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|src doc|src|g' \
${WRKSRC}/Makefile.in