diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-22 22:33:42 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-22 22:33:42 +0800 |
commit | 240f9c57670f2f1553068295c9f313c660887cbf (patch) | |
tree | f7142b35fe24e7a4f310752c50466987a53261c3 | |
parent | 365db26d939f0dfb5e0706ef98500d2478116b09 (diff) | |
download | freebsd-ports-gnome-240f9c57670f2f1553068295c9f313c660887cbf.tar.gz freebsd-ports-gnome-240f9c57670f2f1553068295c9f313c660887cbf.tar.zst freebsd-ports-gnome-240f9c57670f2f1553068295c9f313c660887cbf.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 |