diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/fsc/Makefile | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) |
Notes
Diffstat (limited to 'sysutils/fsc/Makefile')
-rw-r--r-- | sysutils/fsc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/fsc/Makefile b/sysutils/fsc/Makefile index 914914b64e6b..256898fecccd 100644 --- a/sysutils/fsc/Makefile +++ b/sysutils/fsc/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: FreeBSD Services Control -# Date created: 07 May 2012 -# Whom: Tom Rhodes <trhodes@FreeBSD.org> -# -# $Id: Makefile 1969 2012-06-04 20:00:10Z bsdtrhodes $ +# Created by: Tom Rhodes <trhodes@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fsc PORTVERSION= 1.0.1 @@ -25,6 +20,7 @@ PLIST_FILES= bin/fscadm \ man/man8/fscadm.8.gz \ man/man8/fscd.8.gz +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \ ${WRKSRC}/rc.d/fscd |