diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 01:38:22 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 01:38:22 +0000 |
commit | 6828f0b78ac5b2721b25af61799cfdda39f5974e (patch) | |
tree | d6b473d2910d1b8ac3f6f9087c1ce2fda4dd030c /security/vpnd | |
parent | 9c4361e5b2766c87e5c4ca6b3e112eaa94b09b5e (diff) |
Reclaim maintainership.
Notes
Notes:
svn path=/head/; revision=57968
Diffstat (limited to 'security/vpnd')
-rw-r--r-- | security/vpnd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |