svn commit: r347240 - head/irc/icbirc
Martin Wilke
miwi at FreeBSD.org
Thu Mar 6 15:01:42 UTC 2014
Author: miwi
Date: Thu Mar 6 15:01:42 2014
New Revision: 347240
URL: http://svnweb.freebsd.org/changeset/ports/347240
QAT: https://qat.redports.org/buildarchive/r347240/
Log:
- Stage support
Modified:
head/irc/icbirc/Makefile
Modified: head/irc/icbirc/Makefile
==============================================================================
--- head/irc/icbirc/Makefile Thu Mar 6 14:59:58 2014 (r347239)
+++ head/irc/icbirc/Makefile Thu Mar 6 15:01:42 2014 (r347240)
@@ -12,10 +12,7 @@ COMMENT= Proxy IRC client and ICB server
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAN8= icbirc.8
-MANCOMPRESSED= maybe
+PLIST_FILES= bin/icbirc \
+ man/man8/icbirc.8.gz
-PLIST_FILES= bin/icbirc
-
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list