diff options
Diffstat (limited to 'irc/tircproxy/Makefile')
-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 |