diff options
Diffstat (limited to 'irc/thales/Makefile')
-rw-r--r-- | irc/thales/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index f048692c1d64..307a15d0cf56 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: GNU Thales -# Date created: 30 May 2004 -# Whom: Gerrit Beine <tux@pinguru.net> -# +# Created by: Gerrit Beine <tux@pinguru.net> # $FreeBSD$ -# PORTNAME= thales PORTVERSION= 1.0 @@ -63,6 +59,7 @@ post-patch: .SILENT ${REINPLACE_CMD} -e 's,thales.conf,${PREFIX}/etc/&,' \ ${WRKSRC}/src/conf.h +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/src/thales ${PREFIX}/sbin |