diff options
Diffstat (limited to 'math/chryzodus/Makefile')
-rw-r--r-- | math/chryzodus/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/chryzodus/Makefile b/math/chryzodus/Makefile index 1e1a3861b443..7915731eac7d 100644 --- a/math/chryzodus/Makefile +++ b/math/chryzodus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chryzodus -# Date created: 2005-07-09 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= chryzodus PORTVERSION= 0.32 @@ -20,6 +16,7 @@ LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile.unx +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |