diff options
Diffstat (limited to 'sysutils/dae/Makefile')
-rw-r--r-- | sysutils/dae/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/dae/Makefile b/sysutils/dae/Makefile index c32ac1098119..bbd722f9811a 100644 --- a/sysutils/dae/Makefile +++ b/sysutils/dae/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dae -# Date created: 11 March 2009 -# Whom: Dylan Bridgman -# +# Created by: Dylan Bridgman # $FreeBSD$ -# PORTNAME= dae PORTVERSION= 0.9 @@ -21,6 +17,7 @@ NO_BUILD= yes PLIST_FILES= sbin/dae +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${PREFIX}/sbin/dae @${INSTALL_MAN} ${FILESDIR}/dae.1 ${MAN1PREFIX}/man/man1 |