diff options
Diffstat (limited to 'mail/isbg/Makefile')
-rw-r--r-- | mail/isbg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/isbg/Makefile b/mail/isbg/Makefile index 5e39c957468e..66bc9c9cb3b2 100644 --- a/mail/isbg/Makefile +++ b/mail/isbg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: isbg -# Date created: 2010-01-28 -# Whom: Bernhard Froehlich <decke@bluelife.at> -# +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ -# PORTNAME= isbg PORTVERSION= 0.99 @@ -25,6 +21,7 @@ USE_PYTHON= 2.5+ PLIST_FILES= bin/${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${PREFIX}/bin/${PORTNAME} |