aboutsummaryrefslogtreecommitdiff
path: root/irc/miau
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
parent43570e4f2623558990b3f36f6427357aa7628b57 (diff)
downloadports-681dd132a932141fb71d41320a8ab64bdbabaf90.tar.gz
ports-681dd132a932141fb71d41320a8ab64bdbabaf90.zip
Support staging.
Notes
Notes: svn path=/head/; revision=344869
Diffstat (limited to 'irc/miau')
-rw-r--r--irc/miau/Makefile8
-rw-r--r--irc/miau/pkg-plist1
2 files changed, 3 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>
diff --git a/irc/miau/pkg-plist b/irc/miau/pkg-plist
index f48ce486a357..ef62ddff20f4 100644
--- a/irc/miau/pkg-plist
+++ b/irc/miau/pkg-plist
@@ -1,5 +1,6 @@
bin/miau
bin/miau-check
+man/man1/miau.1.gz
%%EXAMPLESDIR%%/miaurc
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog