diff options
author | pav <pav@FreeBSD.org> | 2004-03-27 00:58:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-27 00:58:13 +0800 |
commit | 396d67a9de6575c2f738bf32902f1dc779c8eb1e (patch) | |
tree | 5f2469b549018507090d51035922ae8413350544 /sysutils/bbsmount/Makefile | |
parent | 43ee08f28fc286aabbee283386c3efa861ed569d (diff) | |
download | freebsd-ports-gnome-396d67a9de6575c2f738bf32902f1dc779c8eb1e.tar.gz freebsd-ports-gnome-396d67a9de6575c2f738bf32902f1dc779c8eb1e.tar.zst freebsd-ports-gnome-396d67a9de6575c2f738bf32902f1dc779c8eb1e.zip |
- Update to 0.3.0p3
- Update maintainer's address
PR: ports/64677
Submitted by: Eric J. Christeson <Eric.J.Christeson.ejc@crackpot.org> (maintainer)
Diffstat (limited to 'sysutils/bbsmount/Makefile')
-rw-r--r-- | sysutils/bbsmount/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/bbsmount/Makefile b/sysutils/bbsmount/Makefile index 8d2b9ce2e427..ffcc34c91dd7 100644 --- a/sysutils/bbsmount/Makefile +++ b/sysutils/bbsmount/Makefile @@ -1,23 +1,21 @@ # New ports collection makefile for: bbsmount # Date created: 11 October 2003 -# Whom: Eric J. Christeson <echriste@702com.net> +# Whom: Eric J. Christeson <ejc@crackpot.org> # # $FreeBSD$ # PORTNAME= bbsmount -PORTVERSION= 0.3.0p1 -PORTREVISION= 1 +PORTVERSION= 0.3.0p3 CATEGORIES= sysutils MASTER_SITES= http://phoenix.inf.upol.cz/~jezberam/bbsmount/files/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} -MAINTAINER= echriste@702com.net +MAINTAINER= ejc@crackpot.org COMMENT= Graphical disk mounter for the Blackbox slit USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME} -USE_GMAKE= yes USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |