diff options
Diffstat (limited to 'sysutils/spindown/Makefile')
-rw-r--r-- | sysutils/spindown/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/spindown/Makefile b/sysutils/spindown/Makefile index 9f12a08dc9d2..60bcba2503d1 100644 --- a/sysutils/spindown/Makefile +++ b/sysutils/spindown/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: spindown -# Date created: 4 november 2008 -# Whom: Arjan van der Velde <noresult@xs4all.nl> -# +# Created by: Arjan van der Velde <noresult@xs4all.nl> # $FreeBSD$ -# PORTNAME= spindown PORTVERSION= 0.3a @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= spindown.1 PLIST_FILES= sbin/spindown etc/rc.d/spindown +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spindown ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/spindown ${PREFIX}/etc/rc.d |