diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-10 22:06:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-10 22:06:22 +0000 |
commit | 636287c88839c0bbcdf94ccf687a5b45dce2c511 (patch) | |
tree | dc22e80be7c36768f74f8c53abee648056ac31c5 /misc | |
parent | 612e7616f270a033e731490b32221e0411d3afa0 (diff) | |
download | ports-636287c88839c0bbcdf94ccf687a5b45dce2c511.tar.gz ports-636287c88839c0bbcdf94ccf687a5b45dce2c511.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mmv/Makefile | 2 | ||||
-rw-r--r-- | misc/unclutter/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index c6f14e43acec..4df6e853b178 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -11,7 +11,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${PORTNAME}_1.01b-15.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Move/Copy/Append/Link multiple files CFLAGS+= -DHAS_DIRENT diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile index c46fd385490c..501535e0c6b3 100644 --- a/misc/unclutter/Makefile +++ b/misc/unclutter/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .tar.Z -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Remove idle cursor image from screen WRKSRC= ${WRKDIR}/unclutter |