diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-06-20 21:45:58 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-06-20 21:45:58 +0000 |
commit | 10ae656be906a8224e7b0e77a7e15d9e2f2d9c7c (patch) | |
tree | 2b81a4bcbf868cd67414ae83fd284c115e5f2b30 /misc | |
parent | b2b7eb77b4da63f6de6f03ddd94e9595cbf967c5 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 4 | ||||
-rw-r--r-- | misc/wmmand/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 97b4bc68eeed..991f854c5288 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -12,9 +12,9 @@ MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/ # commented out until I upgrade to 0.3.0 # MASTER_SITES= http://www.student.hk-r.se/~pt98jan/ -MAINTAINER= cpiazza@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes MAN1= colortail.1 diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile index fd5608c120c9..5b3542ca4cb6 100644 --- a/misc/wmmand/Makefile +++ b/misc/wmmand/Makefile @@ -10,7 +10,7 @@ CATEGORIES= misc windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ DISTNAME= wmMand-${PORTVERSION} -MAINTAINER= cpiazza@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |