aboutsummaryrefslogtreecommitdiff
path: root/editors/biew
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-03-22 20:18:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-03-22 20:18:25 +0000
commite7a1db4ec52bd5a7e55f9ef21f25008ea18d67ba (patch)
tree5a17aba5fa7a8e1b090c7af6f3b703722c91721f /editors/biew
parent7196200b0fc28729f850fb871725ae7f55d35bd4 (diff)
downloadports-e7a1db4ec52bd5a7e55f9ef21f25008ea18d67ba.tar.gz
ports-e7a1db4ec52bd5a7e55f9ef21f25008ea18d67ba.zip
- Take maintainership, I use it a lot
- Use SF macro - Cleanup Makefile - Reformat pkg-descr, kill attribution
Notes
Notes: svn path=/head/; revision=209594
Diffstat (limited to 'editors/biew')
-rw-r--r--editors/biew/Makefile11
-rw-r--r--editors/biew/pkg-descr10
2 files changed, 9 insertions, 12 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 48cec8e94b44..8d6baaee15af 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: biew
-# Date created: 04 February 2000
-# Whom: Michael Vasilenko <acid@stu.cn.ua>
+# Date created: 04 February 2000
+# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
@@ -8,11 +8,10 @@
PORTNAME= biew
PORTVERSION= 5.6.2
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= Binary vIEWer + editor for binary, hexadecimal and dis-asm modes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
@@ -59,7 +58,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/*.skn ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${DATADIR}
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
diff --git a/editors/biew/pkg-descr b/editors/biew/pkg-descr
index 7e1fe15408b8..c9f995a034f1 100644
--- a/editors/biew/pkg-descr
+++ b/editors/biew/pkg-descr
@@ -1,8 +1,6 @@
-Biew is Binary vIEWer with built-in editor for binary, hexadecimal
-and disassembler modes. The program also has text viewer with different
-Russia codepages support (Windows-1251, MSDOS-866, etc.). Run the
-program with -? or without arguments for help on program switches.
+Biew is Binary vIEWer with built-in editor for binary, hexadecimal and
+disassembler modes. The program also has text viewer with different Russian
+codepages support (Windows-1251, MSDOS-866, etc.). Run the program with -?
+or without arguments for help on program switches.
WWW: http://biew.sourceforge.net/
-
-- Ryan Thompson <ryan@sasknow.com>