diff options
Diffstat (limited to 'sysutils/tss/Makefile')
-rw-r--r-- | sysutils/tss/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/tss/Makefile b/sysutils/tss/Makefile index 93ba50c90321..5cbbd9c167d5 100644 --- a/sysutils/tss/Makefile +++ b/sysutils/tss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tss -# Date created: 25 October 2006 -# Whom: Peter Ankerstal <peter@pean.org> -# +# Created by: Peter Ankerstal <peter@pean.org> # $FreeBSD$ -# PORTNAME= tss PORTVERSION= 0.8.2 @@ -13,6 +9,7 @@ MASTER_SITES= http://www.pulia.nu/tss/src/ MAINTAINER= peter@pean.org COMMENT= Terminal ScreenSaver that allows you to lock you terminal +NO_STAGE= yes post-patch: @ ${REINPLACE_CMD} -e "s|/etc/tss|${PREFIX}/etc/tss|" ${WRKSRC}/src/main.c |