diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:33:42 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:33:42 +0000 |
commit | 138eb3f8686cb57102900d1fdedae0a94cd53ece (patch) | |
tree | 8f6f876c0f61016278b0008ac214e115d9ca903b | |
parent | b97a47d2df1f7e48ec1b20f35a5c8a2d66a9045b (diff) | |
download | freebsd-ports-138eb3f8686cb57102900d1fdedae0a94cd53ece.zip |
Correct MAINTAINER
PR: 15522
Submitted by: Maintainer
-rw-r--r-- | print/hp2xx/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/tclock/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index bb13729f2167..6e4e7bdf27dd 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -12,7 +12,7 @@ CATEGORIES= print x11 MASTER_SITES= ftp://ftp.rz.uni-duesseldorf.de/pub/graphics/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ -MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE +MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile index 366e31bc22b9..84e1d5138711 100644 --- a/x11-clocks/tclock/Makefile +++ b/x11-clocks/tclock/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ EXTRACT_SUFX= .tar.Z -MAINTAINER= Lars.Koeller@Uni-Bielefeled.DE +MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE NO_WRKSUBDIR= yes USE_IMAKE= yes |