Index: head/sysutils/wminet/Makefile =================================================================== --- head/sysutils/wminet/Makefile (revision 172306) +++ head/sysutils/wminet/Makefile (revision 172307) @@ -1,28 +1,28 @@ # New ports collection makefile for: wminet # Date created: 23 May 1999 # Whom: Stephen Kiernan # # $FreeBSD$ # PORTNAME= wminet PORTVERSION= 2.0.3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ -MAINTAINER= sk-ports@vegamuse.org +MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dockable inetd monitor WRKSRC= ${WRKDIR}/wminet.app/wminet USE_X_PREFIX= yes USE_XPM= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../HINTS ${DOCSDIR} .endif .include Property changes on: head/sysutils/wminet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/textproc/ctpp/Makefile =================================================================== --- head/textproc/ctpp/Makefile (revision 172306) +++ head/textproc/ctpp/Makefile (revision 172307) @@ -1,36 +1,36 @@ # New ports collection makefile for: ctpp # Date created: 19 July 2004 # Whom: shetuhin@corp.mail.ru (Andrei V. Shetuhin) # # $FreeBSD$ # PORTNAME= ctpp PORTVERSION= 1.7.5 CATEGORIES= textproc devel MASTER_SITES= http://www.reki.ru/products/ctpp/download/ -MAINTAINER= shetuhin@corp.mail.ru +MAINTAINER= ports@FreeBSD.org COMMENT= C++ library to use templates in C/C++ projects GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes .if defined(WITH_CTPP_PERF_TUNING) CONFIGURE_ARGS+= --enable-optimization .endif .if defined(WITH_CTPP_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-doc .endif post-patch: @${RM} -f ${WRKSRC}/obj/*.o .include Property changes on: head/textproc/ctpp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/textproc/lemmatizer/Makefile =================================================================== --- head/textproc/lemmatizer/Makefile (revision 172306) +++ head/textproc/lemmatizer/Makefile (revision 172307) @@ -1,55 +1,55 @@ # New ports collection makefile for: lemmatizer # Date created: 26 May 2005 # Whom: Andrei V. Shetuhin # # $FreeBSD$ # PORTNAME= lemmatizer PORTVERSION= 1.0 CATEGORIES= textproc MASTER_SITES= http://reki.ru/products/lemmatizer/ DISTFILES= lemmatizer-1.0.tar.gz \ rus-src-morph.tar.gz \ eng-src-morph.tar.gz \ ger-src-morph.tar.gz -MAINTAINER= shetuhin@corp.mail.ru +MAINTAINER= ports@FreeBSD.org COMMENT= Russian / German / English lemmatizer library LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre DB_DIR?= /var/db/lemmatizer DIST_SUBDIR= ${PORTNAME} USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-datadir=${DB_DIR} INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib pre-fetch: @${ECHO} "" @${ECHO} "You may use the following build options:" @${ECHO} "" @${ECHO} " DB_DIR=directory Set alternate directory for database files" @${ECHO} " (default is /var/db/lemmatizer)" @${ECHO} "" post-extract: @cd ${WRKDIR} && ${CP} -r Dicts ${WRKSRC} generatemorph: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating dictionaries" \ && ${GMAKE} generatemorph installmorph: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Installing dictionaries" \ && ${GMAKE} installmorph .include Property changes on: head/textproc/lemmatizer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property