aboutsummaryrefslogtreecommitdiff
path: root/irc/miau/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 11:56:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 11:56:23 +0000
commit681dd132a932141fb71d41320a8ab64bdbabaf90 (patch)
treec142de109a8a6e502ad9da82eb0cb719d19249f2 /irc/miau/Makefile
parent43570e4f2623558990b3f36f6427357aa7628b57 (diff)
downloadports-681dd132a932141fb71d41320a8ab64bdbabaf90.tar.gz
ports-681dd132a932141fb71d41320a8ab64bdbabaf90.zip
Support staging.
Notes
Notes: svn path=/head/; revision=344869
Diffstat (limited to 'irc/miau/Makefile')
-rw-r--r--irc/miau/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile
index ea0bd7069ac4..33ff14a22a5e 100644
--- a/irc/miau/Makefile
+++ b/irc/miau/Makefile
@@ -14,7 +14,6 @@ USES= iconv
GNU_CONFIGURE= yes
INFO= miau
-MAN1= miau.1
CONFIGURE_ARGS= --enable-dccbounce \
--enable-automode \
@@ -35,15 +34,12 @@ CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-ipv6
.endif
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-.if !defined(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>