diff options
-rw-r--r-- | devel/libnaji/Makefile | 2 | ||||
-rw-r--r-- | misc/najitool/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libnaji/Makefile b/devel/libnaji/Makefile index 8f09d39d8abd..2787d96fde53 100644 --- a/devel/libnaji/Makefile +++ b/devel/libnaji/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= najitool -MAINTAINER= cokyazici@yahoo.co.uk +MAINTAINER= ports@FreeBSD.org COMMENT= A library that generates, converts, and filters files MAKEFILE= makefile diff --git a/misc/najitool/Makefile b/misc/najitool/Makefile index 917ee9105ad0..9e7915064e2b 100644 --- a/misc/najitool/Makefile +++ b/misc/najitool/Makefile @@ -11,7 +11,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= najitool -MAINTAINER= cokyazici@yahoo.co.uk +MAINTAINER= ports@FreeBSD.org COMMENT= A tool that generates, converts, and filters files BUILD_DEPENDS= ${LOCALBASE}/lib/libnaji.a:${PORTSDIR}/devel/libnaji |