diff options
Diffstat (limited to 'comms/tits/Makefile')
-rw-r--r-- | comms/tits/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/tits/Makefile b/comms/tits/Makefile index 4a71af9171ae..a176aa135596 100644 --- a/comms/tits/Makefile +++ b/comms/tits/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tits -# Date created: 9 February 2001 -# Whom: Steve Woodford <scw@netbsd.hut.fi> -# +# Created by: Steve Woodford <scw@netbsd.hut.fi> # $FreeBSD$ -# PORTNAME= tits PORTVERSION= 1.1.2 @@ -21,6 +17,7 @@ USE_RC_SUBR= tits MAN8= tits.8 MANCOMPRESSED= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8 |