diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 02:44:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 02:44:49 +0800 |
commit | 66aa2f0b942e45f2c3600b16d5a32782a54b1d09 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/ctrlproxy | |
parent | 46e9f07e7cb8f2edfa69e1278480ac5ba0a0759c (diff) | |
download | freebsd-ports-gnome-66aa2f0b942e45f2c3600b16d5a32782a54b1d09.tar.gz freebsd-ports-gnome-66aa2f0b942e45f2c3600b16d5a32782a54b1d09.tar.zst freebsd-ports-gnome-66aa2f0b942e45f2c3600b16d5a32782a54b1d09.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
Diffstat (limited to 'irc/ctrlproxy')
-rw-r--r-- | irc/ctrlproxy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 6a66a99c2450..86d9c24cb9d6 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ctrlproxy -# Date created: Oct 22, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ctrlproxy PORTVERSION= 3.0.8 @@ -30,6 +25,7 @@ MAN5= ctrlproxy_config.5 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-install: ${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/ctrlproxy_config.5 ${MANPREFIX}/man/man5 |