diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-06-17 21:29:30 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-06-17 21:29:30 +0000 |
commit | a0f816af345a65047812466c43be924d21442128 (patch) | |
tree | 90ab72f69cca9bb2abf717b24fcb36b84b6c3c36 | |
parent | 09e285d07ad5cacd39c5382fd0409606a3e430e0 (diff) |
Notes
-rw-r--r-- | devel/libburn/Makefile | 2 | ||||
-rw-r--r-- | devel/libisofs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libburn/Makefile b/devel/libburn/Makefile index 91fb64e746ab..a6e8ace828e2 100644 --- a/devel/libburn/Makefile +++ b/devel/libburn/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shuvaev@physik.uni-wuerzburg.de COMMENT= Libburnia library to read/write optical discs GNU_CONFIGURE= yes diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile index cbccc8e9f246..98b7693865f3 100644 --- a/devel/libisofs/Makefile +++ b/devel/libisofs/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.8 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shuvaev@physik.uni-wuerzburg.de COMMENT= Libburnia ISO9660 filesystem creation library LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn |