diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-28 10:24:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-28 10:24:23 +0000 |
commit | 7090b81205a40cc4ca66338948ab9b25e7db1195 (patch) | |
tree | f5d8231c1d314c186da8025da5afd4a6a78aa1ba /editors/bless/Makefile | |
parent | 51c45e0d065ef0ac2f970c59490bf8b846d0b5db (diff) | |
download | ports-7090b81205a40cc4ca66338948ab9b25e7db1195.tar.gz ports-7090b81205a40cc4ca66338948ab9b25e7db1195.zip |
Notes
Diffstat (limited to 'editors/bless/Makefile')
-rw-r--r-- | editors/bless/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 1b18bc6b52de..20a2e89de22e 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -6,9 +6,9 @@ # PORTNAME= bless -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.2 CATEGORIES= editors -MASTER_SITES= http://home.gna.org/bless/ +MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= A high quality, full featured hex editor @@ -21,13 +21,11 @@ USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -DOCS= COPYING Changelog README +DOCS= AUTHORS Changelog NEWS README post-patch: @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|function pkg_config_check|pkg_config_check()|g' \ - ${WRKSRC}/configure + ${WRKSRC}/Makefile .ifndef (NOPORTDOCS) post-install: |