diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 20:17:01 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 20:17:01 +0000 |
commit | 72def5da57237a481bd1b77229d325b74cc629d3 (patch) | |
tree | f739e101a3a3909db30dd0ea540becb57d290225 /irc/tircproxy/Makefile | |
parent | 7670fd54d185732afbfe099f56710debc1583cc6 (diff) | |
download | ports-72def5da57237a481bd1b77229d325b74cc629d3.tar.gz ports-72def5da57237a481bd1b77229d325b74cc629d3.zip |
Notes
Diffstat (limited to 'irc/tircproxy/Makefile')
-rw-r--r-- | irc/tircproxy/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/tircproxy/Makefile b/irc/tircproxy/Makefile index 6ec0310c3015..a883e2a016b0 100644 --- a/irc/tircproxy/Makefile +++ b/irc/tircproxy/Makefile @@ -7,11 +7,11 @@ PORTNAME= tircproxy PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://bre.klaki.net/programs/tircproxy/ -MAINTAINER= CoreDumped@CoreDumped.null.ru +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/tircproxy-0.4 GNU_CONFIGURE= YES @@ -21,9 +21,9 @@ do-install: post-install: .if !defined(NOPORTDOCS) - @${ECHO} "===> Installing tircproxy docs in ${PREFIX}/share/doc/tircproxy" - @${MKDIR} ${PREFIX}/share/doc/tircproxy && ${CHMOD} a+rx ${PREFIX}/share/doc/tircproxy - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tircproxy + @${ECHO} "===> Installing tircproxy docs in ${DOCSDIR}" + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> |