diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-02 00:08:47 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-02 00:08:47 +0000 |
commit | 54aac68e06fbd3c60a9de709ada46aa5e70b1e5c (patch) | |
tree | 9ed548169060dba17dd59f20a2d54bda760031d4 /editors/bless/Makefile | |
parent | 63b4922d8639c79ad4763b1143ec7212c47dc844 (diff) | |
download | ports-54aac68e06fbd3c60a9de709ada46aa5e70b1e5c.tar.gz ports-54aac68e06fbd3c60a9de709ada46aa5e70b1e5c.zip |
Notes
Diffstat (limited to 'editors/bless/Makefile')
-rw-r--r-- | editors/bless/Makefile | 9 |
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 |