aboutsummaryrefslogtreecommitdiffstats
path: root/editors/bless/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-04-27 06:11:01 +0800
committermezz <mezz@FreeBSD.org>2005-04-27 06:11:01 +0800
commit67e1328abdc87078980418cde9f64ba7cfc4353e (patch)
tree58d51e0a1a9eee2c94eb1a4a84cd667adeacf067 /editors/bless/Makefile
parent9fd27ca0024d02b4c0d7b85c97e0df78f45b9660 (diff)
downloadfreebsd-ports-gnome-67e1328abdc87078980418cde9f64ba7cfc4353e.tar.gz
freebsd-ports-gnome-67e1328abdc87078980418cde9f64ba7cfc4353e.tar.zst
freebsd-ports-gnome-67e1328abdc87078980418cde9f64ba7cfc4353e.zip
Backout my previous commit, it required mono 1.1.x. I will have to move the
update 0.3.3 to BSD# ports tree. Reported by: pointyhat via kris
Diffstat (limited to 'editors/bless/Makefile')
-rw-r--r--editors/bless/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile
index 022dee41cce0..9e83ca63b6c5 100644
--- a/editors/bless/Makefile
+++ b/editors/bless/Makefile
@@ -6,7 +6,9 @@
#
PORTNAME= bless
-PORTVERSION= 0.3.3
+PORTVERSION= 0.3.1
+PORTREVISION= 1
+PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= http://download.gna.org/bless/
@@ -16,26 +18,16 @@ 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_GMAKE= yes
-USE_X_PREFIX= yes
+USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-DOCS= AUTHORS COPYING ChangeLog NEWS README
+DOCS= AUTHORS 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'
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|src doc|src|g' \
- ${WRKSRC}/Makefile.in
-.endif
+ @${REINPLACE_CMD} -e 's|make|${GMAKE}|g ; s|config.gmake|config.make|g' \
+ ${WRKSRC}/Makefile
.ifndef (NOPORTDOCS)
post-install: