svn commit: r344869 - head/irc/miau
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Feb 18 11:56:24 UTC 2014
Author: ehaupt
Date: Tue Feb 18 11:56:23 2014
New Revision: 344869
URL: http://svnweb.freebsd.org/changeset/ports/344869
QAT: https://qat.redports.org/buildarchive/r344869/
Log:
Support staging.
Modified:
head/irc/miau/Makefile
head/irc/miau/pkg-plist
Modified: head/irc/miau/Makefile
==============================================================================
--- head/irc/miau/Makefile Tue Feb 18 11:53:14 2014 (r344868)
+++ head/irc/miau/Makefile Tue Feb 18 11:56:23 2014 (r344869)
@@ -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>
Modified: head/irc/miau/pkg-plist
==============================================================================
--- head/irc/miau/pkg-plist Tue Feb 18 11:53:14 2014 (r344868)
+++ head/irc/miau/pkg-plist Tue Feb 18 11:56:23 2014 (r344869)
@@ -1,5 +1,6 @@
bin/miau
bin/miau-check
+man/man1/miau.1.gz
%%EXAMPLESDIR%%/miaurc
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
More information about the svn-ports-all
mailing list