diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-05 04:16:35 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-05 04:16:35 +0000 |
commit | c94a2e04c05cb07fa27d28242cefac6a773a4dab (patch) | |
tree | 276ed2de6451ddfdc841371eb434a9f64c3fcf6c /ftp/ftpmirror | |
parent | f15cfed29d5aec04d795c62f92c4222fb4b24caf (diff) | |
download | ports-c94a2e04c05cb07fa27d28242cefac6a773a4dab.tar.gz ports-c94a2e04c05cb07fa27d28242cefac6a773a4dab.zip |
Notes
Diffstat (limited to 'ftp/ftpmirror')
-rw-r--r-- | ftp/ftpmirror/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 4aac193ab1c8..28ee60eb6f5f 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -21,6 +21,10 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" +.if !defined (NOPORTDOCS) +PORTDOCS= README.jis RELEASE.jis +.endif + post-configure: @${PERL} -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm .for f in ftpmirror rotate @@ -29,7 +33,6 @@ post-configure: post-install: .if !defined (NOPORTDOCS) - PORTDOCS= README.jis RELEASE.jis @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |