diff options
Diffstat (limited to 'graphics/visprint')
-rw-r--r-- | graphics/visprint/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/visprint/Makefile b/graphics/visprint/Makefile index 12b2782008a4..f7b687a95156 100644 --- a/graphics/visprint/Makefile +++ b/graphics/visprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: visprint -# Date created: 11 November 2006 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= visprint PORTVERSION= 2.1 @@ -25,6 +21,7 @@ PLIST_FILES= bin/visprint MAN1= visprint.1 +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -c visprint.c) (cd ${WRKSRC} && ${CC} ${LDFLAGS} visprint.o -o visprint) |