diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/tircproxy | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
Notes
Notes:
svn path=/head/; revision=327736
Diffstat (limited to 'irc/tircproxy')
-rw-r--r-- | irc/tircproxy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/tircproxy/Makefile b/irc/tircproxy/Makefile index 152200e7f3f2..6e5fe2b1cc55 100644 --- a/irc/tircproxy/Makefile +++ b/irc/tircproxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tircproxy -# Date created: 11 Aug 1999 -# Whom: Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru> -# +# Created by: Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru> # $FreeBSD$ -# PORTNAME= tircproxy PORTVERSION= 0.4.5 @@ -17,6 +13,7 @@ COMMENT= IRC proxy server WRKSRC= ${WRKDIR}/tircproxy-0.4 GNU_CONFIGURE= YES +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tircproxy ${PREFIX}/sbin |