diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-28 18:16:43 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-28 18:16:43 +0800 |
commit | 2c9eaebba0d220343e906861c9e7154c96fd92bd (patch) | |
tree | 02872d789fc1c647ea36af53bd5c99ba3b77f499 /lang/execline | |
parent | fe62417e3226990a4e5b40f8ffc6ff7dc16b62ce (diff) | |
download | freebsd-ports-graphics-2c9eaebba0d220343e906861c9e7154c96fd92bd.tar.gz freebsd-ports-graphics-2c9eaebba0d220343e906861c9e7154c96fd92bd.tar.zst freebsd-ports-graphics-2c9eaebba0d220343e906861c9e7154c96fd92bd.zip |
- Change to my @FreeBSD.org address
Approved by: krion (implicit)
Diffstat (limited to 'lang/execline')
-rw-r--r-- | lang/execline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/execline/Makefile b/lang/execline/Makefile index 18ff2e234c6..87761752d74 100644 --- a/lang/execline/Makefile +++ b/lang/execline/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.05 CATEGORIES= lang shells MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ -MAINTAINER= sergei@kolobov.com +MAINTAINER= sergei@FreeBSD.org COMMENT= Lightweight non-interactive sh(1)-like scripting language BUILD_DEPENDS= ${LOCALBASE}/lib/skalibs/libstddjb.a:${PORTSDIR}/devel/skalibs |