diff options
Diffstat (limited to 'sysutils/swapmon/Makefile')
-rw-r--r-- | sysutils/swapmon/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/swapmon/Makefile b/sysutils/swapmon/Makefile index ba063a38b8a8..61fd9e8b511e 100644 --- a/sysutils/swapmon/Makefile +++ b/sysutils/swapmon/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: swapmon -# Date Created: 27 July 2010 -# Whom: Alexander Kuehn <freebsd@nagilum.org> -# +# Created by: Alexander Kuehn <freebsd@nagilum.org> # $FreeBSD$ -# PORTNAME= swapmon PORTVERSION= 1.5 @@ -23,6 +19,7 @@ USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/${PORTNAME} +NO_STAGE= yes do-install: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/${PORTNAME}.sh.in \ > ${WRKDIR}/${PORTNAME}.sh |