diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-06 23:01:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-06 23:01:42 +0800 |
commit | 1f8163cea9259937f86040572c207b27782c9bc5 (patch) | |
tree | 285870e5c04963ac4e8007a0e9b7ccb88ed274a4 /irc | |
parent | 1685896655cd87363a157daedce4e45daac6ffb6 (diff) | |
download | freebsd-ports-gnome-1f8163cea9259937f86040572c207b27782c9bc5.tar.gz freebsd-ports-gnome-1f8163cea9259937f86040572c207b27782c9bc5.tar.zst freebsd-ports-gnome-1f8163cea9259937f86040572c207b27782c9bc5.zip |
- Stage support
Diffstat (limited to 'irc')
-rw-r--r-- | irc/icbirc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/icbirc/Makefile b/irc/icbirc/Makefile index 508202f09066..b8d442abd1b2 100644 --- a/irc/icbirc/Makefile +++ b/irc/icbirc/Makefile @@ -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> |