diff options
-rw-r--r-- | security/fpm/Makefile | 2 | ||||
-rw-r--r-- | security/vpnd/Makefile | 4 | ||||
-rw-r--r-- | www/mod_auth_pam/Makefile | 2 | ||||
-rw-r--r-- | www/mod_extract_forwarded/Makefile | 2 | ||||
-rw-r--r-- | www/mod_extract_forwarded_ap13/Makefile | 2 | ||||
-rw-r--r-- | www/mod_proxy_add_forward/Makefile | 2 | ||||
-rw-r--r-- | www/mod_throttle/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile index 04c4446b74bf..19587bc78f15 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org USE_GNOME= yes USE_X_PREFIX= yes diff --git a/security/vpnd/Makefile b/security/vpnd/Makefile index a712f524d9a1..420d9475ae20 100644 --- a/security/vpnd/Makefile +++ b/security/vpnd/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://sunsite.dk/vpnd/archive/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes @@ -31,7 +31,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/vpnd.conf ${PREFIX}/etc/vpnd.conf.sample @${INSTALL_DATA} ${WRKSRC}/vpnd.chat ${PREFIX}/etc/vpnd.chat.sample .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${INSTALL} -d -m 0755 ${DOCSDIR} .for i in ${DOCFILES} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor diff --git a/www/mod_auth_pam/Makefile b/www/mod_auth_pam/Makefile index b1f1e2848aac..007279245503 100644 --- a/www/mod_auth_pam/Makefile +++ b/www/mod_auth_pam/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 diff --git a/www/mod_extract_forwarded/Makefile b/www/mod_extract_forwarded/Makefile index f9ce89a8d7d9..5147ba091149 100644 --- a/www/mod_extract_forwarded/Makefile +++ b/www/mod_extract_forwarded/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://web.systhug.com/mod_extract_forwarded/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile index f9ce89a8d7d9..5147ba091149 100644 --- a/www/mod_extract_forwarded_ap13/Makefile +++ b/www/mod_extract_forwarded_ap13/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://web.systhug.com/mod_extract_forwarded/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_proxy_add_forward/Makefile b/www/mod_proxy_add_forward/Makefile index 653621afab3c..260cd43368cf 100644 --- a/www/mod_proxy_add_forward/Makefile +++ b/www/mod_proxy_add_forward/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://develooper.com/code/mpaf/ \ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_throttle/Makefile b/www/mod_throttle/Makefile index 0938478021a9..9d9debc03a21 100644 --- a/www/mod_throttle/Makefile +++ b/www/mod_throttle/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.snert.com/Software/mod_throttle/ \ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index f6f6907a9263..3b685a790844 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ http://atreides.freenix.no/~anders/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |