diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-17 20:20:51 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-17 20:20:51 +0000 |
commit | 9073addd94433e4136bf48f191f6e04114d846bd (patch) | |
tree | e4cb92ed42a6fa5d00921b833e59c10994f5034f /misc/boxes | |
parent | 7800213ae07c1c7047d81dda9a03e77ffc326d9e (diff) |
Update to 1.0.1.
Submitted by: ports/18552 (Patrick Seal / MAINTAINER)
Notes
Notes:
svn path=/head/; revision=28538
Diffstat (limited to 'misc/boxes')
-rw-r--r-- | misc/boxes/Makefile | 10 | ||||
-rw-r--r-- | misc/boxes/distinfo | 2 | ||||
-rw-r--r-- | misc/boxes/pkg-descr | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index a7a71aade035..9618d791ae4e 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boxes -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= misc MASTER_SITES= http://www6.informatik.uni-erlangen.de/~tsjensen/software/boxes/download/ \ ${MASTER_SITE_SUNSITE} @@ -18,7 +18,13 @@ MAINTAINER= patseal@hyperhost.net MAN1= boxes.1 USE_GMAKE= yes USE_BISON= yes -ALL_TARGET= +ALL_TARGET= boxes +MAKE_ARGS= GLOBALCONF=${GLOBALCONF} CFLAGS_ADDTL="${CFLAGS}" + +GLOBALCONF= ${PREFIX}/share/boxes/boxes-config + +do-patch: + ${TOUCH} ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/boxes ${PREFIX}/bin diff --git a/misc/boxes/distinfo b/misc/boxes/distinfo index e9bc0b0adc6e..d97958010ac1 100644 --- a/misc/boxes/distinfo +++ b/misc/boxes/distinfo @@ -1 +1 @@ -MD5 (boxes-1.0.src.tar.gz) = fce851c773342ea80cb746ca917448e5 +MD5 (boxes-1.0.1.src.tar.gz) = 77935fb3b566755db798d678f945bd4d diff --git a/misc/boxes/pkg-descr b/misc/boxes/pkg-descr index db21a5ca7bf6..305d94fd03ca 100644 --- a/misc/boxes/pkg-descr +++ b/misc/boxes/pkg-descr @@ -4,11 +4,11 @@ around your text! /* around your text! */ /*********************/ -boxes is a text filter which can draw ASCII art boxes around its input -text. These boxes may also be removed, even if they have been badly -damaged by editing of the text inside. Since boxes may be open on any -side, boxes can also be used to create regional comments in any -programming language. With the help of an editor macro or mapping, +The boxes command is a text filter which can draw ASCII art boxes around +its input text. These boxes may also be removed, even if they have +been badly damaged by editing of the text inside. Since boxes may be +open on any side, boxes can also be used to create regional comments in +any programming language. With the help of an editor macro or mapping, damaged boxes can easily be repaired. WWW: http://www6.informatik.uni-erlangen.de/~tsjensen/boxes/ |